-
Notifications
You must be signed in to change notification settings - Fork 289
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.