https://github.com/hasherezade/chimera_pe
ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a template for manual loading of EXE, loading imports payload-side
https://github.com/hasherezade/chimera_pe
pe-injector reflectiveloader runpe
Last synced: about 1 year ago
JSON representation
ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a template for manual loading of EXE, loading imports payload-side
- Host: GitHub
- URL: https://github.com/hasherezade/chimera_pe
- Owner: hasherezade
- Created: 2017-01-24T03:49:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T15:23:36.000Z (about 3 years ago)
- Last Synced: 2025-04-09T20:05:07.944Z (about 1 year ago)
- Topics: pe-injector, reflectiveloader, runpe
- Language: C
- Homepage:
- Size: 231 KB
- Stars: 220
- Watchers: 12
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chimera_pe
[](https://ci.appveyor.com/project/hasherezade/chimera-loader)
ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a ready-made template for manual loading of PEs, loading imports payload-side.
This project contais two PoCs that can be used as templates:
+ chimera_pe - is a loader with two sample payloads: demo32.bin and demo64.bin, that are injected into calc.exe (appropriately: 64 or 32 bit)
+ chimera_pe_payload_template - is a template basing on which you can build your own payload to be injected