-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support? #10
Comments
Windows support would be welcome but I'm afraid I don't have the time to work on it myself. For anyone who is interested in having a look, you'll need to create an implementation of the Injector class which is able to load the helper library into the target process. Have a look at the |
@mooop12 |
So, it doesn't just build the process for Windows, right? I thought QT used the same API for different platforms? Or do you mean that the process initialization on the Windows platform is different from UNIX? And is it work on Linux under WSL ? |
Yes, this is exactly the issue. Most of the code in this tool uses cross-platform Qt APIs, but the code for injecting it into the process is operating system specific.
It probably does work under WSL, but I haven't tried it. |
As in the title. I have a Windows-only application I would like to use this tool on. Any chances of adding support for it?
The text was updated successfully, but these errors were encountered: