Qt-Inspector
Qt-Inspector copied to clipboard
Windows support?
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?
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 PreloadInjector
or GdbLibraryInjector
to see how the implementations for Mac/Linux work.
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?
@mooop12 I also want to use this tool on windows , have you make it ?