You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
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.