nevioo1337 / Unmapper

Unmapper is a powerful tool that allows you to easily dump mapped PE files by hooking WriteProcessMemory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unmapper

Unmapper is a powerful tool that allows you to easily dump mapped PE files by hooking WriteProcessMemory.

Screenshot 2023-05-09 191904

Usage

Inject the DLL before the mapping process begins. I will attach an image below that shows the optimal settings for the Xenos injector.

Screenshot 2023-05-09 191844

Project future

In the future, I plan to add a variety of features such as IPC and RPM hooks, a driver unmapper, a PE file type detector, and an auto binary assembler. My ultimate goal is to develop a fully-featured, easy-to-use dumper that can retrieve all the information you'll ever need.

About

Unmapper is a powerful tool that allows you to easily dump mapped PE files by hooking WriteProcessMemory.

License:MIT License


Languages

Language:C 78.5%Language:C++ 21.5%