Category:Digital-Forensics/Computer-Forensics/Disassembler

From aldeid
Jump to navigation Jump to search
You are here:
Disassembler

Description

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Linear vs Flow-oriented disassembler

  • A linear disassembler iterates over a block of code, disassembling one instruction at a time linearly, without deviating.
  • A flow-oriented disassembler (e.g. IDA-Pro) will make assumptions based on the flow logic in the code (branches)

Online disassembler

Comments

Pages in this category