I just can't figure out how to disassemble an .exe file using metasm. As far as I know the command should look something like:
ruby disassemble.rb [path-to-my-exe-file] > [path-to-output.asm] But, that's not quite the thing.
I just can't figure out how to disassemble an .exe file using metasm. As far as I know the command should look something like:
ruby disassemble.rb [path-to-my-exe-file] > [path-to-output.asm] But, that's not quite the thing.
ruby ~/tools/metasploit/lib/metasm/samples/disassemble.rb raw_binary > asm_code.asm, which contains the full path todisassembly.rb.