Disassembler source needed
Disassembler source needed
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.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Disassembler source needed
how about nasm/ndisasm
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Disassembler source needed
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/ ?
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
I'm writing one right now. It'll be done soonish. When do you need it?
There's also the bochs disassembler, of course.
There's also the bochs disassembler, of course.
Re: Disassembler source needed
libudis86 (my personal favourite - I use this in my OS), or libdisasm. Just google them.
Re: Disassembler source needed
If you're writing a dissertation you should be able to use basic googling skills.