Skip to content

Proof of concept DLL written in Rust. Used in other projects to test DLL injection and other DLL-related attacks

Notifications You must be signed in to change notification settings

uruwhy/RustDllPoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RustDllPoc

Proof of concept DLL written in Rust. Used in other projects to test DLL injection and other DLL-related attacks.

Exports a DllMain function that spawns a message box using the MessageBoxW Windows API call.

Build

# debug
cargo build

# release
cargo build --release

References

About

Proof of concept DLL written in Rust. Used in other projects to test DLL injection and other DLL-related attacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages