Skip to content

teppyboy/BleakInjector

Repository files navigation

BleakInjector

An injector that suppport various Inject mode.

  • BleakInjector is a simple Injector that use Bleak, Reloaded.Injector,... to inject dll to process.

Features

  • Inject using CreateThread,HijackThread,ManualMap(by Bleak) and more...
  • Bypass Anti-Injector detect (Finobe as an example)

Installation

NET Core:
  • Required NET Core 3.1 preview and later.
  • Go to releases and download BleakInjector.zip
  • Extract ZIP
  • Launch BleakInjector.exe (if you haven't installed NET Core yet, download the file in link i wrote in note, copy all things in BleakInjector folder then paste in folder that you extracted NET Core RT.)
NET Framework:
  • Required NET Framework 4.8 and later.
  • Go to releases and download SimpleInjector.zip
  • Extract ZIP
  • Launch Simple-Injector.exe.
  • NOTE: NET Framework version has older version of Bleak so use RI for better experience.

Release History

  • 1.0.0.0
    • Released project.

Contributing

  1. Fork it (https://github.com/teppyboy/BleakInjector/fork)
  2. Create your feature branch (git checkout -b feature/memes)
  3. Commit your changes (git commit -am 'Add some memes')
  4. Push to the branch (git push origin feature/memes)
  5. Create a new Pull Request