nefarius Injector: Command line utility to inject and eject DLLs - GitHub 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
DataSearchers LNjector---Windows-DLL-injector - GitHub LNjector is a lightweight Windows DLL injector designed to inject dynamic-link libraries (DLL) into running processes This project serves educational and testing purposes and should be used responsibly Supports both 32-bit and 64-bit processes Multiple injection methods (e g , CreateRemoteThread
GitHub - Wunkolo UWPDumper: DLL and Injector for dumping UWP . . . DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection Run UWPInjector exe and enter valid UWP Process ID to inject into App file system will be dumped into: C:\Users\(Username)\AppData\Local\Packages\(Package Family Name)\TempState\DUMP To get a list of command line arguments run the command
guided-hacking GuidedHacking-Injector - GitHub A feature-rich DLL injection library which supports x86, WOW64 and x64 injections Developed by Broihon for Guided Hacking It features five injection methods, six shellcode execution methods and various additional options Session separation can be bypassed with all methods If you want to use this
GitHub - python-injector injector: Python dependency injection . . . This is simply because there's no global Injector to use You need to be explicit and use Injector get, Injector create_object or inject MyClass into the place that needs it Cooperation with static type checking infrastructure – the API provides as much static type safety as possible and only breaks it where there's no other option