Welcome to IDAPython API Reference 9.2 ===================================== IDAPython allows you to create custom scripts and plugins that enhance IDA's core functionality. This reference documentation provides a comprehensive overview of all available modules, including variables, classes, and functions. You can explore the IDAPython API by navigating the modules on the left. Other documentation resources ----------------------------- Explore the `Developer Guide `_ in our Hex-Rays Documentation Hub: - **Cookbook**: Check our `examples library `_, which demonstrates practical implementation for the IDAPython API, complementing this reference. The samples include the recent examples for `working with types `_. - **Getting Started**: If you're new to IDAPython, we recommend starting with `Getting Started with IDAPython `_. These docs introduce key concepts and help you begin exploring IDAPython's capabilities. - **Migration Guide**: Read our `Porting Guide `_ that streamlines the process of updating your current scripts and plugins to the latest version of the IDAPython API, along with how-to examples. - **Release Notes**: For a complete list of recent API changes, refer to the latest `Release Notes `_. If you need further assistance, you can `contact us `_ or `submit a request `_ to our support team. .. note:: If you are looking for IDAPython API Reference 8.5, please follow this link: `python.docs.hex-rays.com/8.5 `_. .. toctree:: :titlesonly: /idc/index /init/index /idaapi/index /idadex/index /ida_ua/index /ida_idp/index /ida_idc/index /ida_dbg/index /ida_idd/index /ida_ida/index /ida_gdl/index /ida_pro/index /ida_nalt/index /idautils/index /ida_xref/index /ida_fpro/index /ida_name/index /ida_ieee/index /ida_expr/index /ida_auto/index /ida_undo/index /ida_entry/index /ida_frame/index /ida_lines/index /ida_funcs/index /ida_fixup/index /ida_bytes/index /ida_merge/index /ida_moves/index /ida_range/index /ida_graph/index /ida_search/index /ida_allins/index /ida_loader/index /ida_idaapi/index /ida_diskio/index /ida_offset/index /ida_srclang/index /ida_tryblks/index /ida_strlist/index /ida_netnode/index /ida_segregs/index /ida_segment/index /ida_kernwin/index /ida_hexrays/index /ida_dirtree/index /ida_typeinf/index /ida_bitrange/index /ida_problems/index /ida_libfuncs/index /ida_registry/index /ida_mergemod/index /ida_regfinder/index .. [#f1] Created with `sphinx-autoapi `_