Skip to content

Creates a DLL that runs a payload once injected into a process.

License

Notifications You must be signed in to change notification settings

RadonCoding/dll-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. Install rust
  2. Install windows toolchain

Usage

  1. Run cargo run --bin builder -- <file>
  2. Run cargo build --release --target=x86_64-pc-windows-msvc --lib

Disclaimer

Build the runtime for the same architecture as your target process.

Contributing

  1. Fork it
  2. Create your branch (git checkout -b my-change)
  3. Commit your changes (git commit -m "changed something")
  4. Push to the branch (git push origin my-change)
  5. Create new pull request

About

Creates a DLL that runs a payload once injected into a process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages