Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 541 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 541 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 MIT Licensed.

License

MIT License.