Skip to content

Instantly share code, notes, and snippets.

@hax0kartik
hax0kartik / export_symbol.idc
Last active July 22, 2025 23:24
Export symbols from IDA to a ghidra importable symbol file
#include <idc.idc>
static FuncDump(f, start)
{
auto ea, str, count, ref;
auto end;
auto teststr;
ea = start;