ida scripts
#include "idc.idc" static main(void) { auto start = 0x80010000; auto end = 0x80024a00; while (start < end) { MakeCode(start); start = start + 4; } }