Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bstyls/simple-runpe-process-hollowing
The RunPE program is written in C# to execute a specific executable file within another files memory using the ProcessHollowing technique.
https://github.com/bstyls/simple-runpe-process-hollowing
bypass-antivirus bypass-av code-injection csharp hollowing inject injection injection-attacks injector-x64 kernel-driver malware pe-injector pefile process-hollowing process-injector process-manipulation redteam rootkit runpe windows
Last synced: 10 days ago
JSON representation
The RunPE program is written in C# to execute a specific executable file within another files memory using the ProcessHollowing technique.
- Host: GitHub
- URL: https://github.com/bstyls/simple-runpe-process-hollowing
- Owner: BStyls
- License: mit
- Created: 2025-01-14T15:16:17.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T17:31:56.000Z (15 days ago)
- Last Synced: 2025-01-21T17:37:17.315Z (15 days ago)
- Topics: bypass-antivirus, bypass-av, code-injection, csharp, hollowing, inject, injection, injection-attacks, injector-x64, kernel-driver, malware, pe-injector, pefile, process-hollowing, process-injector, process-manipulation, redteam, rootkit, runpe, windows
- Language: C#
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/unknown144p/runmemory/assets/93508554/f28e4aeb-b8ec-426e-a9e2-998c13af16ad)
**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](LICENSE) for more information.