Maximize
Bookmark

VX Heavens

Library Collection Sources Engines Constructors Simulators Utilities Links Forum

Writing disassembler

mdew
October 2009

PDFDownload PDF (27.01Kb) (You need to be registered on forum)
[Back to index] [Comments (0)]

Abstract

Disassembler engine it's some procedure that take some pointer to assembled code (for example it takes it from some exe file from .text (.code) section. Then it disassembles it to some user-friendly structures. Normally assembled instructions have different length and it's hard (or impossible) to manipulate them without disassembling.

[Read the article]

deenesitfrplruua