x86 disassembler?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ardosdev
Posts: 14
Joined: Fri Nov 26, 2004 12:00 am
Location: localhost@localdomain (127.0.0.1)
Contact:

x86 disassembler?

Post by ardosdev »

Does anybody know where I can get a disassembler for Windows that will disassemble a flat binary file into NASM or FASM syntax? Or any syntax at all? Thanks.
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Re: x86 disassembler?

Post by matthias »

http://prdownloads.sourceforge.net/nas ... p?download

This file includes nasm and ndisasm (disassembler). You only have to choose the mirror site.
Last edited by matthias on Sat Mar 05, 2005 12:00 am, edited 1 time in total.
The source of my problems is in the source.
ardosdev
Posts: 14
Joined: Fri Nov 26, 2004 12:00 am
Location: localhost@localdomain (127.0.0.1)
Contact:

Re: x86 disassembler?

Post by ardosdev »

I'm an idiot! I completely forgot about NDISASM! Thanks.
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Re: x86 disassembler?

Post by matthias »

No problem ;)
The source of my problems is in the source.
Post Reply