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/t:file.exe: Show PE file architecture information/?: Display help information
-
Extract all files from setdll.7z 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.batprovides a convenient wrapper for injection operations. The default target is Microsoft Edge browser. If you want to use it on other browsers, please input the name of the executable file you wish to inject.
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