1

Please suggest me How to convert machine code to assembly code? excluding intel reference manual and dos debugger method?

user703435
  • 11
  • 1
  • 2

2 Answers2

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