#include <analy_il.h>
Inheritance diagram for AnalyILDisassembler:
Public Member Functions | |
void | init (Analyser *A, char *(*string_func)(dword string_ofs, void *context), char *(*token_func)(dword token, void *context), void *context) |
virtual void | done () |
virtual OBJECT_ID | object_id () const |
virtual Address * | branchAddr (OPCODE *opcode, branch_enum_t branchtype, bool examine) |
Address * | createAddress (dword offset) |
virtual void | examineOpcode (OPCODE *opcode) |
virtual branch_enum_t | isBranch (OPCODE *opcode) |
|
Implements AnalyDisassembler. Definition at line 54 of file analy_il.cc. |
|
Definition at line 59 of file analy_il.cc. |
|
Reimplemented from AnalyDisassembler. Definition at line 41 of file analy_il.cc. References AnalyDisassembler::done(). |
|
Implements AnalyDisassembler. Definition at line 67 of file analy_il.cc. |
|
Definition at line 32 of file analy_il.cc. References A, and Object::init(). |
|
Implements AnalyDisassembler. Definition at line 74 of file analy_il.cc. References br_nobranch, and branch_enum_t. |
|
Reimplemented from Object. Definition at line 46 of file analy_il.cc. References ATOM_ANALY_IL. |