ronin-code-asm icon indicating copy to clipboard operation
ronin-code-asm copied to clipboard

Add a pure-Ruby disassembler backend

Open postmodern opened this issue 8 months ago • 0 comments

Use the ISA XML codegen functionality from #27 to generate disassemblers for x86-64 and arm64. This will allow us to disassemble raw shellcode back into a stream of instructions and populate a Ronin::ASM::Shellcode object.

postmodern avatar Feb 17 '25 11:02 postmodern