Skip to content

Instantly share code, notes, and snippets.

@ChrisDietrich
ChrisDietrich / export_symbols.idc
Last active September 5, 2024 15:23
Export function names from IDA Pro to text file
// based on https://gist.github.com/hax0kartik/e358ce447a4537bcef534aa8de84817c
#include <idc.idc>
static FuncDump(f, start)
{
auto ea, str, teststr;
ea = start;
while( ea != BADADDR )