mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
73 lines
1.1 KiB
Markdown
73 lines
1.1 KiB
Markdown
# API examples
|
|
|
|
|
|
This file contains the list of all the IDA python examples.
|
|
|
|
|
|
## func
|
|
|
|
* decompile_func_and_callees.py
|
|
* list_func_callees.py
|
|
* print_location_info.py
|
|
* sort_func_by_calls.py
|
|
|
|
## gdl
|
|
|
|
* colorize_graph_node.py
|
|
|
|
## hexrays
|
|
|
|
* hr_decompile_func_and_callees.py
|
|
|
|
## idb
|
|
|
|
* frame_event_listener.py
|
|
* lt_event_listener.py
|
|
|
|
## idp
|
|
|
|
* log_idp_events.py
|
|
|
|
## inf
|
|
|
|
* print_basic_info.py
|
|
* print_basic_info_plugin.py
|
|
|
|
## misc
|
|
|
|
* find_binary_pattern.py
|
|
|
|
## segm
|
|
|
|
* list_imports.py
|
|
|
|
## typeinf
|
|
|
|
* add_frame_member.py
|
|
* apply_callee_tinfo.py
|
|
* change_stkvar_name.py
|
|
* change_stkvar_type.py
|
|
* create_array.py
|
|
* create_bfstruct.py
|
|
* create_bmenum.py
|
|
* create_libssh2_til.py
|
|
* create_structs.py
|
|
* create_user_shared_data.py
|
|
* del_struct_members.py
|
|
* func_ti_changed_listener.py
|
|
* gap_size_align_snippet.py
|
|
* import_type_from_til.py
|
|
* insert_gap.py
|
|
* list_enum_member.py
|
|
* list_frame_info.py
|
|
* list_func_details.py
|
|
* list_stkvar_xrefs.py
|
|
* list_struct_accesses.py
|
|
* list_struct_member.py
|
|
* list_struct_xrefs.py
|
|
* list_union_member.py
|
|
* mark_func_spoiled.py
|
|
* operand_to_struct_member.py
|
|
* setpehdr.py
|
|
* visit_tinfo.py
|