Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

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

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.