A Basics Tool to inspect Qt Applications
Go to file
mrbesen 329f6561f2
file size of folders and extract compressed files.
2023-01-15 12:45:53 +01:00
include file size of folders and extract compressed files. 2023-01-15 12:45:53 +01:00
src file size of folders and extract compressed files. 2023-01-15 12:45:53 +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 ....