Skip to content

A Windows command line DLL injection tool which has the ability to utilize multiple advanced techniques for the injection a malicious DLL payload into other running process

Notifications You must be signed in to change notification settings

3v1lW1th1n/VOIDWARPER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

VOIDWARPER

Windows DLL injection tool which includes 5 (maybe more) different techniques for executing a malicious loaded DLL payload

Current supported DLL injection methods

  • LoadLibrary + CreateRemoteThread (Classic DLL injection)

In progress methods

  • Reflective DLL injection
  • Process hollowing (code caving)
  • Thread execution hijacking
  • Hook Injection via SetWindowsHookExA

Perhaps also the AtomBombing tactic if everything goes well

About

A Windows command line DLL injection tool which has the ability to utilize multiple advanced techniques for the injection a malicious DLL payload into other running process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages