TamatahYT / pe_unmapper

Unmapping dumpped memorry pe malwares.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pe_unmapper

Build status GitHub release Github All Releases

Small tool to convert beteween the PE alignments (raw and virtual).

Allows for easy PE unmapping: useful in recovering executables dumped from the memory.

Usage:

Args:

Required: 
/in	: Input file name

Optional: 
/base	: Base address where the image was loaded: in hex
/out	: Output file name
/mode	: Choose the conversion mode:
	 U: UNMAP (Virtual to Raw) [DEFAULT]
	 M: MAP (Raw to Virtual)
	 R: REALIGN (Virtual to Raw, where: Raw == Virtual)

Example:

pe_unmapper.exe /in _02660000.mem /base 02660000 /out payload.dll

About

Unmapping dumpped memorry pe malwares.


Languages

Language:C++ 79.6%Language:CMake 20.4%