Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLL Injector

A lightweight, zero-dependency UWP DLL Injector for Windows.

Windows Defender / Antivirus Warning

Because this tool writes memory and spawns threads in another process (process injection), antivirus software might flag it as a virus. This is a false positive—feel free to inspect the source code and compile it yourself.

Building from Source

Requirements

  • CMake 3.20+
  • MSVC compiler (Visual Studio 2019/2022) or MinGW

Steps

  1. Open terminal in the directory.
  2. Run:
    cmake -B build
    cmake --build build --config Release
  3. The compiled executable DLLInjector.exe will be located in build/src/Release/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages