-
Notifications
You must be signed in to change notification settings - Fork 288
/
idapython.script
80 lines (80 loc) · 2.14 KB
/
idapython.script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
global:
PLUGIN;
PyW_CreateIdcException;
PyW_GetError;
PyW_GetNumber;
PyW_GetNumberAsIDC;
PyW_GetStringAttr;
PyW_IsSequenceType;
PyW_ObjectToString;
PyW_PySeqToEaVec;
PyW_PySeqToTidVec;
PyW_PySeqToEa64Vec;
PyW_PySeqToSizeVec;
PyW_PySeqToStrVec;
PyW_from_jvalue_t;
PyW_to_jvalue_t;
PyW_from_jobj_t;
PyW_to_jobj_t;
PyW_ShowCbErr;
PyW_SizeVecToPyList;
PyW_UvalVecToPyList;
PyW_StrVecToPyList;
PyW_TryGetAttrString;
PyW_TryImportModule;
PyW_register_compiled_form;
PyW_unregister_compiled_form;
create_linked_class_instance;
disable_script_timeout;
enable_extlang_python;
enable_python_cli;
idapython_hook_to_notification_point;
idapython_unhook_from_notification_point;
idapython_register_hook;
idapython_unregister_hook;
idapython_show_wait_box;
idapython_hide_wait_box;
idcvar_to_pyvar;
get_plugin_instance;
lookup_info_t_commit;
lookup_info_t_del_by_py_view;
lookup_info_t_find_by_py_view;
lookup_info_t_find_by_view;
lookup_info_t_new_entry;
meminfo_vec_t_to_py;
prepare_programmatic_plugin_load;
py_customidamemo_t_bind;
py_customidamemo_t_collect_class_callbacks_ids;
py_customidamemo_t_collect_pyobject_callbacks;
py_customidamemo_t_create_groups;
py_customidamemo_t_delete_groups;
py_customidamemo_t_set_groups_visibility;
py_customidamemo_t_unbind;
pylong_to_byte_array;
pyobj_get_clink;
python_timer_del;
python_timer_new;
pyvar_to_idcvar;
pyvar_to_idcvar_or_error;
pyvar_walk_seq;
pyw_convert_idc_args;
register_module_lifecycle_callbacks;
set_script_timeout;
set_interruptible_state;
setup_new_execution;
til_deregister_python_array_type_data_t_instance;
til_deregister_python_func_type_data_t_instance;
til_deregister_python_ptr_type_data_t_instance;
til_deregister_python_tinfo_t_instance;
til_deregister_python_udt_type_data_t_instance;
til_register_python_array_type_data_t_instance;
til_register_python_func_type_data_t_instance;
til_register_python_ptr_type_data_t_instance;
til_register_python_tinfo_t_instance;
til_register_python_udt_type_data_t_instance;
try_create_swig_wrapper;
get_callable_arg_count;
local:
*;
};