Skip to content

chimerra-del/DLL-Loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DLL-injection

DLL injection on Rust, concept/example

It not for Malware/Bots etc

Files

The Folder «DLL-inc»:

This project demonstrates a classic DLL injection technique using CreateRemoteThread and LoadLibraryA. It is intended for educational purposes only (e.g., debugging, research, or working with your own applications).

The Folder «Reflective DLL»:

This project demonstrates a basic use of a reflective PE DLL loader in Rust. It loads a DLL from memory and calls an exported function.

The Folder «ImportTableOBF»:

This project demonstrates a basic use of dynamic API resolution via hashing in Rust. It resolves Windows API functions at runtime using precomputed hashes and finds a process by name.

About

DLL injection on Rust, concept/example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages