Skip to content

amcarthur/hammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hammer

A simple DLL injector made with Rust

Features

  • DLL injection
  • DLL ejection
  • Create and inject
  • Call exported function
  • Unicode natively supported
  • x86 and x64 support
  • Error handling
  • Multiple process support

TODO

  • Make calling exported function an optional parameter for inject and create and inject commands
  • Make a Rust library that contains the core functionality
  • Add setting debug privileges if necessary
  • CLR injection
  • Manual Map
  • Support injecting x64 DLL's into WoW64
  • Stealth methods

Credits

pe-rs
winapi-rs
widestring-rs
Blackbone

A special thanks to the wonderful community on #rust (irc.mozilla.org) Especially

  • ubsan
  • WindowsBunny
  • Fenrir
  • Arnavion
  • I'm sorry, I definitely forgot a couple more

About

A simple DLL injector made with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages