|
|
hook(self)
Creates an IDP hook |
|
|
|
|
unhook(self)
Removes the IDP hook |
|
|
|
|
custom_ana(self)
Analyzes and decodes an instruction at idaapi.cmd.ea |
|
|
|
|
custom_out(self)
Outputs the instruction defined in idaapi.cmd |
|
|
|
|
custom_emu(self)
Emulate instruction, create cross-references, plan to analyze
subsequent instructions, modify flags etc. |
|
|
|
|
custom_outop(self,
op)
Notification to generate operand text. |
|
|
|
|
custom_mnem(self)
Prints the mnemonic of the instruction defined in idaapi.cmd |
|
|
|
|
is_sane_insn(self,
no_crefs)
is the instruction sane for the current file type? |
|
|
|
|
|
|
|
closebase(self)
The database will be closed now |
|
|
|
|
savebase(self)
The database is being saved. |
|
|
|
|
rename(self,
ea,
new_name)
The kernel is going to rename a byte. |
|
|
|
|
renamed(self,
ea,
new_name,
local_name)
The kernel has renamed a byte |
|
|
|
|
undefine(self,
ea)
An item in the database (insn or data) is being deleted |
|
|
|
|
make_code(self,
ea,
size)
An instruction is being created |
|
|
|
|
make_data(self,
ea,
flags,
tid,
len)
A data item is being created |
|
|
|
|
load_idasgn(self,
short_sig_name)
FLIRT signature have been loaded for normal processing (not for
recognition of startup sequences) |
|
|
|
|
add_func(self,
func)
The kernel has added a function |
|
|
|
|
del_func(self,
func)
The kernel is about to delete a function |
|
|
|
|
is_call_insn(self,
ea,
func_name)
Is the instruction a "call"? |
|
|
|
|
is_ret_insn(self,
ea,
func_name)
Is the instruction a "return"? |
|
|
|
|
assemble(self,
ea,
cs,
ip,
use32,
line)
Assembles an instruction |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|