A Basics Tool to inspect Qt Applications
Go to file
mrbesen 982f8bc4a2
extract uncompressed files
2023-01-12 19:11:22 +01:00
include extract uncompressed files 2023-01-12 19:11:22 +01:00
src extract uncompressed files 2023-01-12 19:11:22 +01:00
ui extract uncompressed files 2023-01-12 19:11:22 +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 extract uncompressed files 2023-01-12 19:11:22 +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 ....