Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 683 Bytes

ReadMe.md

File metadata and controls

37 lines (17 loc) · 683 Bytes
                    Advanced Disassembler Engine

                               v2.03

                           (x) 1999-2004

                     http://z0mbie.host.net/

ADE is based on LDE engine. Its purpose is to split given opcode into easy modifiable structure, and then to assemble this structure back into opcode.

http://z0mbie.daemonlab.org/#engines

ADE32 v2.02 -- instruction disassembler, ~51k

ADE32 v2.03c -- update to instruction disassembler, ~6k


说明:

Detour.h和Detour.cpp

基于ADE32的inlineHook。

CDetour.h和CDetour.cpp

基于ADE32的inlineHook,支持的inline方式jmp,push func,call func,push_ret。