
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Currently it is only supporting MS Windows. Windows implementation is based on Named Pipes and Windows Hooks. Linux implementation is on way and hopefully will be completed shortly.
Make sure you run the correct binaries on the correct architecture (x86/amd64), else the explorer might hang.
QLocalSocket was initially used in the injected DLL to communicate back to the application. But it generated a runtime error <i>"Could not create event dispatcher for Win32..."</i> which I found on some forum to be a bug with QLocalSocket. Hence the entire DLL injection was done using Win32 API
Ratings & Comments
0 Comments