-
I noticed that the .pc include path was changed in 0a39b785d3a65ba183aa15e6611f5ebdceb2c794. This seems like a regression in the sense that it disagrees with the website example here:
https://www.cap…
-
It would be a great addition to Debugger plugin to have possibility to see disassembly view of debugged program/C file :)
Capstone as a disassembler is worth to look into considering this issue to be…
-
https://github.com/aquynh/capstone: "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community."
-
can't send a PR for this minor issue ...
at https://github.com/capstone-engine/capstone, can someone edit the description on the RHS to use https:// for the homepage ?
-
Capstone has a diet compile time flag, described here: http://www.capstone-engine.org/diet.html
This reduces the library size. It would be quite useful to provide builds with this flag, considering…
-
hsdis (a disassembler) is extremely useful when analysing HotSpot performance. At present Temurin builds don't support hsdis.
Capstone is a "univeral disassembler" project. It is easy to use Capsto…
-
I'd love to see support for the Qualcomm ***Hexagon*** architecture.
I also see that it is already [supported](https://github.com/keystone-engine/keystone/tree/master/llvm/lib/Target/Hexagon) in the…
E3V3A updated
1 month ago
-
[nanoMIPS™ Architecture](https://www.mips.com/products/architectures/nanomips/)
Designed for embedded devices, nanoMIPS is a variable lengths instruction set architecture (ISA) offering high perfor…
-
I just want to contribute here, (don't want to go through a PR rn), you can automate building the dependency in Rust using the `cmake` build dependency, and this `build.rs`. (Also, clone `libmem` repo…
-
记录NPC的简易调试器开发过程