Skip to content
epi edited this page Oct 6, 2012 · 1 revision

Disassembler

The disassembler takes as its input a sequence of bytes from code sections of a binary file. If the file contains symbol information, it should be used to generate the disassembler output.

Assembler

The assembler requests will include:

  • changing the section to which the data are written,
  • writing a raw byte
  • writing an address or part of an address - relocation info will be included
  • writing symbol table

Clone this wiki locally