DLL performing API-hooking to find which process is talking to the DS4.
Created to aid in analysis of this issue.
- Download DebugViewPP
- Place the 64-Bit DLL in
C:\Windows\System32
and the 32-Bit DLL inC:\Windows\SysWOW64
- Execute
set_appinit_dll.reg
to get the DLLs loaded into every process - Reboot the machine
- Start DebugView++ as Administrator
- Connect the DS4 and observe the debug outputs
- Save the collected data with File / Save Log
- Execute
reset_appinit_dll.reg
- Reboot the machine
- Delete
ds4sniffer.dll
fromC:\Windows\System32
andC:\Windows\SysWOW64
- Done!