Files
idapython-src/idapython.script
T

76 lines
2.0 KiB
Plaintext

{
global:
PLUGIN;
PyW_CreateIdcException;
PyW_GetError;
PyW_GetNumber;
PyW_GetNumberAsIDC;
PyW_GetStringAttr;
PyW_IsSequenceType;
PyW_ObjectToString;
PyW_PyListToEaVec;
PyW_PyListToEa64Vec;
PyW_PyListToSizeVec;
PyW_PyListToStrVec;
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_list;
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:
*;
};