Skip to content

Opening book details…

About this document

Disassembler Engine Development Guide by Gadjo Matto is a document available to read on EtoBox.

The document provides an overview and plan for writing a disassembler engine in assembly language. It discusses defining an instruction structure with fields for the opcode and operands. It also lists common x86 instructions and assigns opcode values to them. The goal is to create a pseudo-assembly language that the disassembler can use to store and manipulate disassembled instructions. Future parts will cover additional details of implementing the engine.

Author
Gadjo Matto
Language
EN