Log in

View Full Version : ARTeam: IDA plugin to analyze dumped memory regions inside IDA


Shub-nigurrath
September 24th, 2008, 03:46
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 or CRCETL

BR,
Shubby

JMI
September 24th, 2008, 09:31
Thanks Shub for sharing them here.

Regards,

NeOXOeN
September 26th, 2008, 07:51
nice stuff from deroko.. i wonder if he ever sleeps :P

zenloren
September 26th, 2008, 10:08
Hi Deroko / Shub-nigurrath,

Excellent plugin it has already helped me understanding IAT of Themida rebuilding process. Frankly, I had some confusion/doubts while understanding rebuilding process of IAT for Themida + which address to patch used your plugin to analyse it. Its helped me a lot! It rocks!

Thanks for shareing your knowledge & excellent tools.

Regards
Lorens!

deroko
September 26th, 2008, 10:08
@NeOXOeN: around 5 hours/day... kinda busy with exams

@zenloren: you are welcome

dELTA
September 29th, 2008, 12:50
Nice tool indeed, and thanks for adding it to CRCETL as usual.

http://www.woodmann.com/collaborative/tools/Dump_all/load_all_Set_Of_Tools_For_IDA_5.x

And I was actually asking myself the exact same question about deroko when seeing this too.

deroko
October 1st, 2008, 14:00
only to pass this exam, and I'll have more free time for rce again