microsoft/DbgShell

Integrate capstone (or something) as the disassembler

jazzdelightsme opened this issue · 4 comments

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."

OR (from a friend): might also want a look at https://github.com/intelxed/xed/ - the api is not as friendly, but it looks comprehensive – it’s used for Intel’s TTD like tool called Pin, and it’s used in at least one prominent RE tool: https://github.com/trailofbits/remill.

Another: https://github.com/vmt/udis86 Looks like it only handles x86/x64, though.