Skip to content

yungFundamental/dll_injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLL Injection

A basic DLL injection demo project.

Injector

The injector injects based off window names. It looks for a window under the Desktop with a given ClassName (given through command line arguments). After finding the window it allocates the path of the given DLL (also given though command line args) to the process memory.

Tip

It is advised to use absolute paths, to avoid relying on working directories.

That DLL is loaded by a thread in the remote process.

Injected

A demo injected DLL.

This DLL assumes we are inside a notepad.exe process, and hijacks the process of writing a character. Each character written is replaced with a ' ' character.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages