项目作者: dentolos19

项目描述 :
A simple DLL injector made for Windows!
高级语言: C#
项目地址: git://github.com/dentolos19/WxInjector.git
创建时间: 2020-04-08T11:05:52Z
项目社区:https://github.com/dentolos19/WxInjector

开源协议:MIT License

下载



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.