| Trees | Indices | Help |
|
|---|
|
|
IDA Plugin SDK API wrapper: idd
| Classes | |
| Appcall__ | |
|
Appcall_array__ This class is used with Appcall.array() method |
|
|
Appcall_callable__ Helper class to issue appcalls using a natural syntax:... |
|
|
Appcall_consts__ Helper class used by Appcall.Consts attribute It is used to retrieve constants via attribute access |
|
|
bptaddr_t Proxy of C++ bptaddr_t class. |
|
|
call_stack_info_t Proxy of C++ call_stack_info_t class. |
|
|
call_stack_t Proxy of C++ qvector< call_stack_info_t > class. |
|
|
debapp_attrs_t Proxy of C++ debapp_attrs_t class. |
|
|
debug_event_t Proxy of C++ debug_event_t class. |
|
|
exception_info_t Proxy of C++ exception_info_t class. |
|
|
excinfo_t Proxy of C++ excinfo_t class. |
|
|
excvec_t Proxy of C++ qvector< exception_info_t > class. |
|
|
meminfo_vec_t Proxy of C++ qvector< memory_info_t > class. |
|
|
memory_info_t Proxy of C++ memory_info_t class. |
|
|
modinfo_t Proxy of C++ modinfo_t class. |
|
|
process_info_t Proxy of C++ process_info_t class. |
|
|
procinfo_vec_t Proxy of C++ qvector< process_info_t > class. |
|
|
register_info_t Proxy of C++ register_info_t class. |
|
|
regval_t Proxy of C++ regval_t class. |
|
|
scattered_segm_t Proxy of C++ scattered_segm_t class. |
|
|
thread_name_t Proxy of C++ thread_name_t class. |
|
| Functions | |||
| PyObject * |
|
||
| bool |
|
||
| error_t |
|
||
| error_t |
|
||
| PyObject * |
|
||
| PyObject * |
|
||
| PyObject * |
|
||
| PyObject * |
|
||
| PyObject * |
|
||
| PyObject * |
|
||
| ea_t |
|
||
| uint |
|
||
| ea_t |
|
||
| str |
|
||
| str |
|
||
| ea_t |
|
||
| str |
|
||
| asize_t |
|
||
|
|||
| Function Details |
Cleanup after manual appcall.
|
Call a function from the debugged application.
|
This function returns the memory configuration of a debugged process.
|
This function returns the current debugger's name.
|
This function returns the register definition from the currently loaded debugger. Basically, it returns an array of structure similar to to idd.hpp / register_info_t
|
Returns the segment register base value
|
Reads from the debugee's memory at the specified ea
|
Writes a buffer to the debugee's memory
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 11 15:05:11 2019 | http://epydoc.sourceforge.net |