Please suggest me How to convert machine code to assembly code? excluding intel reference manual and dos debugger method?
Asked
Active
Viewed 7,090 times
1
-
http://en.wikipedia.org/wiki/Disassembler – Rachel Shallit Apr 12 '11 at 05:54
2 Answers
1
You can use any debugger, such as gdb, or any disassembler, such as IDA Pro Advanced.
There also are opensource ones, such as Agner Fog's objtool.
IDA Pro Advanced also has the Hexrays plugin, with which you can decompile code.

Stefan Steiger
- 78,642
- 66
- 377
- 442
0
look at this thread :
How might I convert Intel 80386 Machine Code to Assembly Language?

Community
- 1
- 1

Farzin Zaker
- 3,578
- 3
- 25
- 35