Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
/ Libjector Public archive

A simple and easy-to-use DLL injector!

License

Notifications You must be signed in to change notification settings

dentolos19/Libjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Libjector

A simple and easy-to-use DLL injector!

Demo

⚙️ Features

Note: Most of this feature set has been made possible with Bleak and Lunar!

  • Supports WoW64 and x64 injection
  • Supports multiple injection methods
    • Create Thread: Creates a new thread in the process and uses it to load a DLL
    • Hijack Thread: Hijacks an existing thread in the process and forces it to load a DLL
    • Manual Map: Manually emulates part of the Windows loader to map the DLL into the process
    • Map Library (Lunar): An alternative injection method; maps DLL directly into memory
  • Supports injection and mapping flags
    • Hide DLL from Process Environment Block
    • Randomize DLL headers
    • Randomize DLL name
    • Discard headers (Lunar)
    • Skip initialization routines (Lunar)
  • Simplistic user interface for easy use (with Adonis UI)
  • Able to determine the architecture of a process or a DLL

💖 Credits

📜 License

Distributed under the MIT License. See LICENSE for more information.