摘要: //枚举导出的函数//#include static main(){ auto entrypoints,i,ord,addr,name,purged,file,fd; file = AskFile(1,"*.idt","Select IDT save file"); //打开文件对话框 fd = f... 阅读全文
posted @ 2014-08-21 11:38 M-先生 阅读(544) 评论(0) 推荐(0) 编辑
摘要: //遍历一个函数在程序中的所有交叉引用//#include static main(){ list_callers("_memset"); list_callers("_sprintf");}static list_callers(bad_func){ auto func,addr,xref,sou... 阅读全文
posted @ 2014-08-21 10:04 M-先生 阅读(332) 评论(0) 推荐(0) 编辑
摘要: //枚举一个函数里的所有调用//#include static main(){ auto func,end,target,inst,name,flags,xref; flags = SEARCH_DOWN | SEARCH_NEXT; func = GetFunctionAttr(ScreenEA(... 阅读全文
posted @ 2014-08-21 09:25 M-先生 阅读(691) 评论(1) 推荐(0) 编辑