Skip to content

The RunPE program is written in C# to execute a specific executable file within another file's memory using the ProcessHollowing technique.

License

Notifications You must be signed in to change notification settings

chaverex/Simple-RunPE-Process-Hollowing

Repository files navigation

RunPE

This C# program is designed to run a specific exe file in another file's memory using the ProcessHollowing technique.

Usage

  1. Insert the base64 encoded version of your executable file into the base64 file in the project (use the PowerShell code provided to obtain the base64 version).
  2. Compile the project.
  3. Run the compiled application. The application will run in memory
  • Make sure these settings are selected to avoid any problems during the process.

shot

Note: The project is Open Source and you can develop it as you wish.

Warning

This code is for educational purposes and should not be used for illegal activities.

License

This project is licensed under the MIT license. See LICENSE for more information.