Description
Analyze machine-code instructions from Python using the Capstone disassembly engine. It helps debuggers, reverse-engineering tools, emulators, and security research software turn binary bytes into readable assembly instructions.
This is a developer and analysis library, not a normal desktop app. Disassembly can be used for legitimate debugging and auditing, but it should be used only on software and samples you are allowed to inspect.