Skip to content

Mates1500/PogJector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PogJector

A simple DLL Injector

How to use

  1. Create and compile a DLL to be injected. Put the injection code into the DllMain() entry point.
  2. Choose whether to alter your debug privileges. Some processes (especially protected games) require these privileges for OpenProcess() to succeed
  3. Enter the running process name exactly as it appears in Windows (case-sensitive, might improve this later)
  4. Enter the path to the compiled DLL for injection

Improvements to be made

  • argc, argv support for easier launching from external utilities
  • ignore case sensitivity for process names

About

A simple DLL Injector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages