Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 523 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 523 Bytes

Application designed to load a Windows Portable Executable File into the address space of another application.

Practical purposes are, for example, Dynamical Link Library injection.

This library re-implements the Win32 LoadLibrary API, however with the added ability of perform its' task from within a seperate address space and loading the DLL library being injected from memory rather than from the file system.

This application was developed by Jeremy. Allen. Wildsmith, and is distributed under GNU Public License.