A Basics Tool to inspect Qt Applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
mrbesen 329f6561f2
file size of folders and extract compressed files.
2 months ago
include file size of folders and extract compressed files. 2 months ago
src file size of folders and extract compressed files. 2 months ago
ui extract uncompressed files 2 months ago
.gitignore resourceExplorer basics 2 months ago
Readme.md add readme 3 months ago
qtdebugger.pro extract uncompressed files 2 months ago

Readme.md

QtDebugger

This is a simple program to inspect Qt Applications

Building:

qmake
make

Using:

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