An injector that suppport various Inject mode.
- BleakInjector is a simple Injector that use Bleak, Reloaded.Injector,... to inject dll to process.
- Inject using CreateThread,HijackThread,ManualMap(by Bleak) and more...
- Bypass Anti-Injector detect (Finobe as an example)
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.
- 1.0.0.0
- Released project.
- Fork it (https://github.com/teppyboy/BleakInjector/fork)
- Create your feature branch (
git checkout -b feature/memes
) - Commit your changes (
git commit -am 'Add some memes'
) - Push to the branch (
git push origin feature/memes
) - Create a new Pull Request