malware security, reverse engineering, coding, and sundot kulangot
Get link
Facebook
X
Pinterest
Email
Other Apps
IDA Pro IDC - Memory Dump
auto address = 0x0E2FFE0;
auto size = 0x0005600;
auto fname = "memdump_"+ltoa(address, 16)+".bin";
auto f = fopen(fname, "wb");
savefile(f, 0, address, size);
fclose(f);