abhisek / Pe-Loader-Sample

Proof of concept implementation of in-memory PE Loader based on ReflectiveDLLInjection Technique
148 stars 80 forks source link

PE Loader Sample

In memory execution of PE executables:

This project aims to implement a complete PE Loader capable of loading all PE and PE+ executables. The current version should be considered as a PoC only as it does not handle all practical cases.

TODO:

Thanks