Set DLL for chrome_plus
A utility tool for DLL injection into Windows executables, based on Microsoft Detours.
setdll [options] binary_files
Options:
/d:file.dll
: Inject specified DLL into target binaries/r
: Remove extra DLLs from binaries/?
: Display help information
-
Extract all files from this archive to the directory where the browser executable to be injected is located, and run
injectpe.bat
. Once the command line runs successfully, it will automatically delete the extra files. -
injectpe.bat
provides a convenient wrapper for injection operations. The default target is Microsoft Edge browser. If you want to use it on other browsers, please modify themsedge.exe
field ininjectpe.bat
to the executable of the desired browser.
This project is licensed under GPL-3.0. Original project under MIT license.
- Original project: https://github.com/adonais/setdll
- Microsoft Detours: https://github.com/microsoft/Detours