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.
|
2 months ago | |
---|---|---|
include | 2 months ago | |
src | 2 months ago | |
ui | 2 months ago | |
.gitignore | 2 months ago | |
Readme.md | 3 months ago | |
qtdebugger.pro | 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 ....