Skip to content

Bush2021/setdll

Repository files navigation

Set DLL for chrome_plus

A utility tool for DLL injection into Windows executables, based on Microsoft Detours.

Usage

setdll [options] binary_files

Options:

  • /d:file.dll : Inject specified DLL into target binaries
  • /r : Remove extra DLLs from binaries
  • /? : Display help information

Injection Script

  • 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 the msedge.exe field in injectpe.bat to the executable of the desired browser.

License

This project is licensed under GPL-3.0. Original project under MIT license.

References: