pouët.net

Go to bottom

Debugger / Disassembler

category: general [glöplog]
Uh, instead of assembling and disassembling you might aswell enable listing ouput and study that (provided you have the source for the code you want to analyze, though)

Oh, and FASM sucks. Sure, it's self-hosted, but while this is cool for compilers it's totally stupid for an assembler.

If you're working with GCC/Binutils, objdump can disassemble stuff for you. It should be able to disassemble COM files, too.
added on the 2008-12-07 12:22:42 by Moerder Moerder
Gargaj: That would be too easy.
added on the 2008-12-07 12:29:49 by doomdoom doomdoom
Well, I need it for Assembler. The program cOcOOn posted works fine.
added on the 2008-12-07 13:06:50 by Adok Adok

login

Go to top