![]() |
|
#1
|
|||
|
|||
|
NativeDumper
NativeDumper:
Native module dumper, just select a process do right mouse click and choose "Dump main module" or "Modules" to enumerate modules, select target module, do right mouse click an choose "Dump". Advantage over other dumpers: - Small dump file size ( with default dumping options more exactly with "Fix Raw" option unchecked (off). NativeDumper .zip (binary) and NativeDumper(Src).zip (source code Visual C++) attached. |
| The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
alephz (06-30-2016), besoeso (03-09-2017), cachito (06-24-2016), Mahmoudnia (03-09-2017), niculaita (06-22-2016), p4r4d0x (12-06-2025), pnta (10-08-2016), wilson bibe (06-22-2016) | ||
|
#2
|
|||
|
|||
|
also we can use
------------------------------ Process Dump v1.4 Copyright й 2015, Geoff McDonald http://www.split-code.com/ Process Dump (pd.exe) is a tool used to dump both 32 and 64 bit executable modules back to disk from memory within a process address space. This tool is able to find and dump hidden modules, and it uses a clean hash database to exclude dumping of known clean files. This tool uses an aggressive import reconstruction approach that links all DWORD/QWORDs that point to an export in the process to the corresponding export function. ------------------------------ |
| The Following User Says Thank You to FoxB For This Useful Post: | ||
niculaita (06-22-2016) | ||
|
#3
|
|||
|
|||
|
Quote:
![]() Direct download link of compiled v1.5 : http://split-code.com/files/pd_latest.zip |
| The Following User Says Thank You to TechLord For This Useful Post: | ||
FoxB (06-24-2016) | ||
|
#4
|
|||
|
|||
|
New options:
"Round raw size" - Not actually necessary, will round raw size of sections to FileAlignment "Current EIP" to change the EntryPoint - you should stop at old entry point with Olly or other debugger, "Sections info from" Memory or File. Raw options: "Original raw" - don't make any change to raws (raw address and raw size) of sections, note that this will fail for 99% of packers/protectors Good for application virtualizators like Spoon Studio to get original untoched module from memory. "RAW=VA" - set RAW address = Virtual Address and RAW Size = Virtual size of section, using this option you will have working dumps but a bit larger dumps. "Calculate raw" - preferable option, will try to recalculate raw addresses and raw sizes. |
| The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
papi (03-10-2017) | ||
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
besoeso (03-09-2017), Codeman (06-28-2017), Kla$ (03-08-2017), serseri_1453 (04-24-2018) | ||
|
#5
|
|||
|
|||
|
Quote:
alternativ download link please |
|
#6
|
||||
|
||||
|
Code:
http://rgho.st/82XKmrkQK |
|
#7
|
|||
|
|||
|
NativeDumper64
NativeDumper64+source code Visual Studio Community 2017 attached.
|
| The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
user1 (11-28-2025) | ||
| The Following 5 Users Say Thank You to CodeCracker For This Useful Post: | ||
niculaita (12-01-2025), tonyweb (01-25-2026), uranus64 (11-29-2025), user1 (11-28-2025), wilson bibe (11-28-2025) | ||
|
#8
|
|||
|
|||
|
NativeDumper_v2_x86
NativeDumper_v2_x86:
What's new: - Fixed "Current EIP". I've noticed that "Section info from" -> File doesn't works for some files on both 32 bits and 64 bits; I will try to fix it latter. It is true however that for packer you should select section from memory. Last edited by CodeCracker; 05-25-2026 at 16:01. |
| The Following User Says Thank You to CodeCracker For This Useful Post: | ||
niculaita (04-06-2026) | ||
|
#9
|
|||
|
|||
|
NativeDumper_FixedXP
Here we go again, a fix for crush of "Current EIP"in Windows XP.
Now should work fine. It will be great if someone will do some test. Release for both 32 and 64 bits. Last edited by CodeCracker; 05-25-2026 at 16:01. |
| The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
besoeso (04-11-2026), chessgod101 (04-11-2026), niculaita (04-13-2026), uranus64 (04-12-2026), user1 (04-13-2026), Vosiyons (04-11-2026), wx69wx2023 (04-11-2026), yoza (05-28-2026) | ||
|
#10
|
|||
|
|||
|
NativeDumper v3 x86
NativeDumper_v3_x86:
- When "Current EIP" is pressed now detect Olly and substract -1 from eip; it will be really great if someone will test with different versions of Olly. Last edited by CodeCracker; 05-25-2026 at 16:00. |
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
niculaita (04-20-2026), uranus64 (04-20-2026), user_hidden (04-20-2026), wx69wx2023 (04-24-2026) | ||
|
#11
|
|||
|
|||
|
NativeDumper v4 x86
NativeDumper_v4_x86:
- When "Current EIP" now detect Olly and substract -1 from eip only if we are original entry point |
| The Following 6 Users Say Thank You to CodeCracker For This Useful Post: | ||
besoeso (05-27-2026), blue_devil (05-30-2026), Fyyre (05-25-2026), user_hidden (05-25-2026), wilson bibe (05-26-2026), yoza (05-28-2026) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|