keystone-engine / keystone

Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
http://www.keystone-engine.org
GNU General Public License v2.0
2.3k stars 458 forks source link

support hex to asm ? #561

Open gtaakina opened 1 year ago

gtaakina commented 1 year ago

I only see asm to hex in the sample code, can it be converted to assembly instructions through hex?

Ou7law007 commented 1 year ago

Yes.

Checkout https://github.com/capstone-engine/capstone

More resources: https://thepythoncode.com/article/arm-x86-64-assembly-disassembly-and-emulation-in-python