A Basics Tool to inspect Qt Applications
Go to file
mrbesen a079802abb
resourceExplorer basics
2023-01-08 22:13:26 +01:00
include resourceExplorer basics 2023-01-08 22:13:26 +01:00
src resourceExplorer basics 2023-01-08 22:13:26 +01:00
ui resourceExplorer basics 2023-01-08 22:13:26 +01:00
.gitignore resourceExplorer basics 2023-01-08 22:13:26 +01:00
Readme.md add readme 2023-01-08 15:16:11 +01:00
qtdebugger.pro resourceExplorer basics 2023-01-08 22:13:26 +01:00

Readme.md

QtDebugger

This is a simple program to inspect Qt Applications

Building:

qmake
make

Using:

LD_PRELOAD=libqtdebugger.so ./myQtApplication -arg1 -arg2 ....