microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
675 stars 89 forks source link

Integrate capstone (or something) as the disassembler #34

Open jazzdelightsme opened 6 years ago

jazzdelightsme commented 6 years ago

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

jazzdelightsme commented 6 years ago

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.

jazzdelightsme commented 6 years ago

Another one: https://github.com/0xd4d/iced

jazzdelightsme commented 5 years ago

Another: https://github.com/zyantific/zydis

jazzdelightsme commented 5 years ago

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