逆向工程
- IDA Pro - IDC - x86 -
Function
main.idc
#include <idc.idc> static test() { return 0; } static main() { auto r = test(); }