Page 1 of 1
Disassembler source needed
Posted: Thu Jul 03, 2008 1:42 pm
by XCHG
I am in need of an IA-32 BIN disassembler WITH source code written in C/C++. This is going to be used as a part of my dissertation. If anybody knows of such program, please do let me know.
Re: Disassembler source needed
Posted: Thu Jul 03, 2008 1:47 pm
by Combuster
how about nasm/ndisasm
Re: Disassembler source needed
Posted: Thu Jul 03, 2008 2:50 pm
by Brynet-Inc
How about disStorm64? or objdump from bintuils?
http://www.ragestorm.net/distorm/
XCHG, You're not exempt from Googling... please do so.
EDIT: Or
http://udis86.sourceforge.net/ ?
Re: Disassembler source needed
Posted: Thu Jul 03, 2008 4:17 pm
by bewing
I'm writing one right now. It'll be done soonish.
When do you need it?
There's also the bochs disassembler, of course.
Re: Disassembler source needed
Posted: Fri Jul 04, 2008 3:46 am
by JamesM
libudis86 (my personal favourite - I use this in my OS), or libdisasm. Just google them.
Re: Disassembler source needed
Posted: Sun Jul 06, 2008 3:15 am
by Candy
If you're writing a dissertation you should be able to use basic googling skills.