首页
社区
课程
招聘
[原创]ARTeam: IDA plugin to analyze dumped memory regions inside IDA
发表于: 2008-9-24 16:44 2789

[原创]ARTeam: IDA plugin to analyze dumped memory regions inside IDA

2008-9-24 16:44
2789
Hi all,
this is another interesting release from deroko/ARTeam.

A set made of two programs (an IDA plugin and a dumper) useful to analyze dumped memory regions inside IDA. Useful for malware or VMs to analysis of dynamically allocated memory code sections (full sources included)

dump_all/load_all set of tools by deroko ARTeam

dump_all.exe is program which will dump all regions of a certain executable into
             specified folder. All dumps are stored as r00000000.dmp where
             00000000 is virtual address of a paticilar memory region.
             Advice is to create always new folder for these dumped regions, as
             load_all will load all of these regions to IDA database. Just to keep
             everything organized, and to avoid loading of wrong files, which could
             occur under some cicumstances.

load_all.plw is and IDA plugin which will actually load all of these memory regions
             into IDA database. Example plugin is compiled with IDA 5.2 SDK, but you
             may compile it for other versions too.
             Plugin will prompt you for file, so you are free to select any of these
             .dmp, and plugin will load all of them into database. This could be useful
             when analyzing malware or some protection with many buffers, for better
             analyze of a VM, or import protection. This will avoid need to dump regions
             manually.

http://arteam.accessroot.com/releases.html

BR,
Shubby

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//