參考資訊: https://stackoverflow.com/questions/42744445/how-in-ida-can-save-memory-dump-with-command-or-script main.idc
auto file= fopen("dump.bin", "wb"); savefile(file, 0, 0x80000000, 32*1024*1024); fclose(file);
P.S. 檔案會位於同一個分析檔案的位置