Skip to content

Instantly share code, notes, and snippets.

@z16166
z16166 / export_symbol.idc
Created February 13, 2020 14:39 — forked from hax0kartik/export_symbol.idc
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;