逆向工程 - IDA Pro - IDC - Hello, world!



main.idc

1
2
3
static main() {
    Message("Hello, world!\n");
}

File => Script file...


完成