Qt-Inspector icon indicating copy to clipboard operation
Qt-Inspector copied to clipboard

Windows support?

Open mooop12 opened this issue 8 years ago • 4 comments

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 avatar Aug 13 '16 14:08 mooop12

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.

robertknight avatar Aug 13 '16 14:08 robertknight

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 ?

yanzixiang avatar Nov 09 '21 08:11 yanzixiang