Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a template for manual loading of EXE, loading imports payload-side

Awesome Lists containing this project

README

        

# chimera_pe

[![Build status](https://ci.appveyor.com/api/projects/status/hmmyqliswhl10c4u?svg=true)](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