Skip to content

A tool for dumping the memory of a target process, leveraging a custom driver for process and memory operations. Supports identifying running processes, extracting their memory regions, and saving them to a file.

Notifications You must be signed in to change notification settings

Jupiops/ProcessDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Dumper

ProcessDumper is a tool designed to dump the memory of a target process (e.g. the unpacked files from a game). It leverages a custom driver to perform process and memory operations, offering flexibility for developers and security researchers. The project is equipped with a GitHub Actions workflow for streamlined builds.

Features

  • Identify and monitor target processes by name.
  • Retrieve and parse process memory, including PE headers and sections.
  • Save memory dumps to a file with customizable naming.
  • Lightweight and efficient with built-in error handling.

Prerequisites

  • Windows Operating System: The tool is Windows-specific.
  • Custom Driver: A driver is required for process interaction. Ensure the driver is properly configured.
  • Visual Studio or Similar IDE: For local compilation and debugging.

Usefull links

About

A tool for dumping the memory of a target process, leveraging a custom driver for process and memory operations. Supports identifying running processes, extracting their memory regions, and saving them to a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published