Open radare opened 6 years ago
shouldn't this be easily done in r2? i mean seems useful, but i was wondering if it was more appropriate for r2 or r2dec
I would move the "#include" directives there too, instead of appearing on top of every function.
Just to get the function definitions so it can be used to call functions from an object or dylib without having to do that by hand.
this way the user can later edit this define to be export, static, etc... and write the main at the bottom