All Projects → nefarius → Injector

nefarius / Injector

Command line utility to inject and eject DLLs

Labels

Projects that are alternatives of or similar to Injector

Pymba
Python wrapper for Allied Vision's Vimba C API
Stars: ✭ 98 (-41.67%)
Mutual labels:  dll
Godll
how to create windows golang DLL and load into C, or delphi, or freepascal
Stars: ✭ 113 (-32.74%)
Mutual labels:  dll
Workflow
一个工作流平台
Stars: ✭ 1,888 (+1023.81%)
Mutual labels:  dll
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (-38.69%)
Mutual labels:  dll
Directx Wrappers
Wraps the main DirectX and Direct3D DLLs. It allows you to intercept calls to DirectX and Direct3D interface functions so that you can log API calls or you can add your own code into the game, such as enabling Anti-Aliasing or creating overlays in the game.
Stars: ✭ 108 (-35.71%)
Mutual labels:  dll
Facepunch.steamworks
Another fucking c# Steamworks implementation
Stars: ✭ 1,945 (+1057.74%)
Mutual labels:  dll
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (-51.79%)
Mutual labels:  dll
Horion
Horion - A Minecraft: Bedrock Edition Utility Mod.
Stars: ✭ 163 (-2.98%)
Mutual labels:  dll
Aristois Legit
Full project files for aristois, Counter-Strike: Global Offensive cheat.
Stars: ✭ 110 (-34.52%)
Mutual labels:  dll
Conari
🧬 Platform for unmanaged memory, pe-modules, related PInvoke features, and more for: Libraries, Executable Modules, enjoy using of the unmanaged native C/C++ in .NET world, and other raw binary data …
Stars: ✭ 138 (-17.86%)
Mutual labels:  dll
Cross Channel chinese Localization project
[LEGACY] CROSS † CHANNEL 中文化 (汉化) 项目,源代码以及网站。(全翻译文本、全平台移植源码已公开!欢迎修改&学习!)CROSS † CHANNEL Chinese Localization Project, source codes and websites. (All translations and scripts are open, welcome on any improvements!)
Stars: ✭ 107 (-36.31%)
Mutual labels:  dll
Powershell Phpmanager
A PowerShell module to install/update PHP, PHP extensions and Composer on Windows
Stars: ✭ 108 (-35.71%)
Mutual labels:  dll
Injectcollection
A collection of injection via vc++ in ring3
Stars: ✭ 131 (-22.02%)
Mutual labels:  dll
Artifacts Kit
Pseudo-malicious usermode memory artifact generator kit designed to easily mimic the footprints left by real malware on an infected Windows OS.
Stars: ✭ 99 (-41.07%)
Mutual labels:  dll
Bit7z
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
Stars: ✭ 159 (-5.36%)
Mutual labels:  dll
Injectallthethings
Seven different DLL injection techniques in one single project.
Stars: ✭ 1,297 (+672.02%)
Mutual labels:  dll
Php Ext Xlswriter
🚀 PHP Extension for creating and reader XLSX files.
Stars: ✭ 1,734 (+932.14%)
Mutual labels:  dll
Windows Security
Resources About Windows Security. 1100+ Open Source Tools. 3300+ Blog Post and Videos.
Stars: ✭ 165 (-1.79%)
Mutual labels:  dll
Perfmonbar
Displays performance counters on the Windows Taskbar
Stars: ✭ 161 (-4.17%)
Mutual labels:  dll
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-18.45%)
Mutual labels:  dll

Injector

DLL injection/ejection command-line utility.

Build status GitHub All Releases

About

Inject any DLL into any running process with ease! Injector is a command line tool abstracting the messy injection process away from you. It can't be more simple:

Injector.exe --process-name notepad.exe --inject C:\Temp\myHooks.dll C:\Temp\myOverlay.dll

You may use it in you post-build events in Visual Studio to save time and take away complexity of code by "outsourcing" the injection process. You may of course use it for any othe scenario which comes on your mind. Check out the possible command line arguments:

  • -n|--process-name identifies the target process by its module name
  • -w|--window-name identifies the target process by its main windows name
  • -p|--process-id identifies the target process by its PID
  • -i|--inject or -e|--eject specifies the action to perform (inject or eject the DLL)

Then simply append one or more absolute (or relative) path(s) of the DLL to be in-/ejected.

Invoke Injector.exe -h for help.

Credits

Many thanks to Joshua "Cypher" Boyce who initially wrote the injection-classes and shared them with the world.

Argh! by Adi Shavit is used to parse the command-line arguments.

Downloads

Head over to Releases to download x86 and x64 binaries.

Builds

Latest automated builds end up here; might contain bugs, use with care 😉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].