pedumper.txt
上传用户:haohao_zhu
上传日期:2014-08-15
资源大小:2446k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1.  = OllyDbg PE Dumper v 3.00 = (c)FKMA 
  2.  
  3.  This is new PE Dumper plugin for best user mode debugger OlluDbg.
  4.  The PE Dumper is similar to OllyDump by Gigapede but fully rewritten and have
  5.  some features:
  6.  
  7.  - you can dump any *.exe and *.dll from debugged process address space;
  8.  - you can add/remove sections to/from resulting dump. If you are add new  section,
  9.    you specify VA and size of memory region  to add as section, attributes, File Offset,
  10.    RAW size and section name. So, now you can add to dump any memory regions created
  11.    by protectors during debug session;
  12.  - antidump antiprotection and most correct save dump technics: during dumping, 
  13.    against other dumpers, PE Dumper save only present memory pages (basing on VA & Virtual size). 
  14.    So, if between memory regions present non-allocated space, most other dumpers
  15.    (and OllyDump too) will not save dump correctly, but PE Dumper will save all 
  16.    correctly.
  17.  - fix raw sizes correct only RAW size of image according to Virtual Sizes;
  18.  - paste header from disk - use header from disk, it's clear;
  19. This plugin not fully tested yet. If you find bug, please e-mail me.
  20. Revision history:
  21. 3.00
  22. ---- 
  23. initial public release
  24. 3.01    11.03.2005
  25. ----
  26. + Added autoselect main exe module in pick module list.
  27. + some GUI minor changes.
  28. - remove some unused code.
  29. 3.02   12.04.2005
  30. ----
  31. + Now you can add section by selecting it from Memory Map window.
  32.   Simple push "Get MAP" button in main window.
  33. + added check for needed free space in header when adding new section.
  34. + added small techdoc about how dumper work.
  35. - fixed bug of setting raw size to zero for newly added sections when 
  36.   check/uncheck "Fix RAW sizes"
  37.   
  38. 3.03   27.04.2005
  39. ----
  40. - display "Saved with ERRORs" message when Raw Size of section == 0  - fixed
  41. - fixed bug with setting OEP  
  42. e-mail:
  43. fkma@mmtools.ru