Add capstone disassembler

This commit is contained in:
momo5502
2025-08-16 11:53:40 +02:00
parent f12fd47d1d
commit 3b72ae9709
7 changed files with 202 additions and 3 deletions

5
.gitmodules vendored
View File

@@ -33,4 +33,7 @@
path = deps/minidump_cpp
url = https://github.com/redthing1/minidump_cpp
shallow = true
[submodule "deps/capstone"]
path = deps/capstone
url = https://github.com/capstone-engine/capstone.git
shallow = true