|
| | __init__ (self, *args) |
| | init(self, _flags=0, _hkcb_flags=0x0001) -> Hexrays_Hooks
|
| |
| "bool" | hook (self, *args) |
| | hook(self) -> bool
|
| |
| "bool" | unhook (self, *args) |
| | unhook(self) -> bool
|
| |
| "int" | flowchart (self, *args) |
| | flowchart(self, fc) -> int Flowchart has been generated.
|
| |
| "int" | stkpnts (self, *args) |
| | stkpnts(self, mba, _sps) -> int SP change points have been calculated.
|
| |
| "int" | prolog (self, *args) |
| | prolog(self, mba, fc, reachable_blocks, decomp_flags) -> int Prolog analysis has been finished.
|
| |
| "int" | microcode (self, *args) |
| | microcode(self, mba) -> int Microcode has been generated.
|
| |
| "int" | preoptimized (self, *args) |
| | preoptimized(self, mba) -> int Microcode has been preoptimized.
|
| |
| "int" | locopt (self, *args) |
| | locopt(self, mba) -> int Basic block level optimization has been finished.
|
| |
| "int" | prealloc (self, *args) |
| | prealloc(self, mba) -> int Local variables: preallocation step begins.
|
| |
| "int" | glbopt (self, *args) |
| | glbopt(self, mba) -> int Global optimization has been finished.
|
| |
| "int" | structural (self, *args) |
| | structural(self, ct) -> int Structural analysis has been finished.
|
| |
| "int" | maturity (self, *args) |
| | maturity(self, cfunc, new_maturity) -> int Ctree maturity level is being changed.
|
| |
| "int" | interr (self, *args) |
| | interr(self, errcode) -> int Internal error has occurred.
|
| |
| "int" | combine (self, *args) |
| | combine(self, blk, insn) -> int Trying to combine instructions of basic block.
|
| |
| "int" | print_func (self, *args) |
| | print_func(self, cfunc, vp) -> int Printing ctree and generating text.
|
| |
| "int" | func_printed (self, *args) |
| | func_printed(self, cfunc) -> int Function text has been generated.
|
| |
| "int" | resolve_stkaddrs (self, *args) |
| | resolve_stkaddrs(self, mba) -> int The optimizer is about to resolve stack addresses.
|
| |
| "PyObject *" | build_callinfo (self, *args) |
| | build_callinfo(self, blk, type) -> PyObject * Analyzing a call instruction.
|
| |
| "int" | callinfo_built (self, *args) |
| | callinfo_built(self, blk) -> int A call instruction has been anallyzed.
|
| |
| "int" | calls_done (self, *args) |
| | calls_done(self, mba) -> int All calls have been analyzed.
|
| |
| "int" | open_pseudocode (self, *args) |
| | open_pseudocode(self, vu) -> int New pseudocode view has been opened.
|
| |
| "int" | switch_pseudocode (self, *args) |
| | switch_pseudocode(self, vu) -> int Existing pseudocode view has been reloaded with a new function.
|
| |
| "int" | refresh_pseudocode (self, *args) |
| | refresh_pseudocode(self, vu) -> int Existing pseudocode text has been refreshed.
|
| |
| "int" | close_pseudocode (self, *args) |
| | close_pseudocode(self, vu) -> int Pseudocode view is being closed.
|
| |
| "int" | keyboard (self, *args) |
| | keyboard(self, vu, key_code, shift_state) -> int Keyboard has been hit.
|
| |
| "int" | right_click (self, *args) |
| | right_click(self, vu) -> int Mouse right click.
|
| |
| "int" | double_click (self, *args) |
| | double_click(self, vu, shift_state) -> int Mouse double click.
|
| |
| "int" | curpos (self, *args) |
| | curpos(self, vu) -> int Current cursor position has been changed.
|
| |
| "PyObject *" | create_hint (self, *args) |
| | create_hint(self, vu) -> PyObject * Create a hint for the current item.
|
| |
| "int" | text_ready (self, *args) |
| | text_ready(self, vu) -> int Decompiled text is ready.
|
| |
| "int" | populating_popup (self, *args) |
| | populating_popup(self, widget, popup_handle, vu) -> int Populating popup menu.
|
| |
| "int" | lvar_name_changed (self, *args) |
| | lvar_name_changed(self, vu, v, name, is_user_name) -> int Local variable got renamed.
|
| |
| "int" | lvar_type_changed (self, *args) |
| | lvar_type_changed(self, vu, v, tinfo) -> int Local variable type got changed.
|
| |
| "int" | lvar_cmt_changed (self, *args) |
| | lvar_cmt_changed(self, vu, v, cmt) -> int Local variable comment got changed.
|
| |
| "int" | lvar_mapping_changed (self, *args) |
| | lvar_mapping_changed(self, vu, frm, to) -> int Local variable mapping got changed.
|
| |
| "int" | cmt_changed (self, *args) |
| | cmt_changed(self, cfunc, loc, cmt) -> int Comment got changed.
|
| |
| | __disown__ (self) |
| |