x86 disassembler?
-
- Posts: 14
- Joined: Fri Nov 26, 2004 12:00 am
- Location: localhost@localdomain (127.0.0.1)
- Contact:
x86 disassembler?
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.
- matthias
- Member
- Posts: 158
- Joined: Fri Oct 22, 2004 11:00 pm
- Location: Vlaardingen, Holland
- Contact:
Re: x86 disassembler?
http://prdownloads.sourceforge.net/nas ... p?download
This file includes nasm and ndisasm (disassembler). You only have to choose the mirror site.
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.
-
- Posts: 14
- Joined: Fri Nov 26, 2004 12:00 am
- Location: localhost@localdomain (127.0.0.1)
- Contact:
Re: x86 disassembler?
I'm an idiot! I completely forgot about NDISASM! Thanks.