Results 1 to 3 of 3
i have been trying to decompile a program that i made. When I use hexdump or hex editor I get the hexadecimal, binary, and octal formations of the executables. But ...
- 09-16-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 3
configuring hexdump or hexeditor to get assembly codes
i have been trying to decompile a program that i made. When I use hexdump or hex editor I get the hexadecimal, binary, and octal formations of the executables. But I want to get the assembly codes. Please some one tell me how can I configure any of these softwares to get the assembly code or if any other open source software exists.
I am currently using suse 11.
thanks a lot in advance
- 09-19-2008 #2
The assembler nasm comes with a disassembler
called ndisasm
The Netwide Assembler: NASM
- 09-23-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 3


Reply With Quote

