Skip to content

Just a very simple dll injection skeleton, including an injector and a dll to inject

License

Notifications You must be signed in to change notification settings

gurka/DllInjectionSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DllInjectionSkeleton

Just a very simple dll injection skeleton, including an injector and a dll to inject

Building

This assumes that you have TDM-GCC (GCC 5.1.0), CMake (>= 3.0) and a healthy Bash environment (TDM-GCC and CMake in $PATH):

$ cd DllInjectorSkeleton
$ ./cmake.sh all

### To build debug
$ cd build_debug
$ mingw32-make.exe

### To build release
$ cd build_release
$ mingw32-make.exe

About

Just a very simple dll injection skeleton, including an injector and a dll to inject

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published