Author Topic: OllyDbg - PE Dumper  (Read 454 times)

llAmElliK

  • [TiME4CRiME]
  • Administrator
  • VIP
  • *****
  • Posts: 960
OllyDbg - PE Dumper
« on: June 29, 2005, 02:57:49 PM »
OllyDbg PE Dumper v3.02
 This is new PE Dumper plugin for best user mode debugger OlluDbg.
 The PE Dumper is similar to OllyDump by Gigapede but fully rewritten and have
 some features:
 
 - you can dump any *.exe and *.dll from debugged process address space;
 - you can add/remove sections to/from resulting dump. If you are add new  section,
   you specify VA and size of memory region  to add as section, attributes, File Offset,
   RAW size and section name. So, now you can add to dump any memory regions created
   by protectors during debug session;
 - antidump antiprotection and most correct save dump technics: during dumping,  
   against other dumpers, PE Dumper save only present memory pages (basing on VA & Virtual size).  
   So, if between memory regions present non-allocated space, most other dumpers
   (and OllyDump too) will not save dump correctly, but PE Dumper will save all  
   correctly.
 - fix raw sizes correct only RAW size of image according to Virtual Sizes;
 - paste header from disk - use header from disk, it's clear;
TiME AND CRiME ARE ETERNAL-REVERSE ENGINEERiNG iS MODERN PHiLOSOPHY AND iSN'T CRiME
[TiME4CRiME]