Disassembling

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 May 24 4:35
Editor
Edited
Edited
2024 May 24 4:36
Refs
Refs
Disassembling is the process of extracting the assembly representation of a program by analyzing its binary representation
 
 
 
 

Disassemblers

  • Linear: linearly parse the instructions
  • Recursive: attempt to follow the flow of the program
 
 
 
 
 
 

Recommendations