/wine_injector

an injector that works with wine

Primary LanguageC

wine_injector

usage

  1. build the project first (see building)
  2. run it:
    WINEDEBUG=-all wine wine_injector.exe <path/to/name.dll> <path/to/name.exe> <optional args for exe>
    
  3. wait for the process to fully load and then press enter in the terminal

building

$ git clone https://github.com/ten0s/wine_injector
$ cd wine_injector
$ make