Skip to content

Script Examples

Elias Bachaalany edited this page Mar 14, 2015 · 1 revision

This little script enumerates all functions in the current segment (section) and lists all places that reference them. The following are three different implementations of the same functionality. First using IDC, then idapython with low-level IDA API calls and last using IDAPython's *idautils* helper module.

IDC version

Python with low-level API calls

Python with the idautils module