Skip to content

Instantly share code, notes, and snippets.

View fqqf's full-sized avatar
💭
I may be slow to respond. Sorry!

Mifia fqqf

💭
I may be slow to respond. Sorry!
View GitHub Profile
@fqqf
fqqf / a_install-old-qt-versions.md
Created October 2, 2025 16:14 — forked from LFriede/a_install-old-qt-versions.md
How to trick "Qt Maintenance Tool" to install old versions

How to trick "Qt Maintenance Tool" to install old versions

tl;dr

Use a software like mitmproxy to modify the (https)-request to iapi.qt.io/api/v2/repositories so it's response lists the old Qt directorys that are still on the servers.

If you never used mitmproxy before here is the guide that shows you how it's done.

@fqqf
fqqf / reg.reg
Created August 27, 2025 18:50
Fake UAC
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker]
@="Run without privilege elevation"
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker\command]
@="cmd /min /C \"set __COMPAT_LAYER=RUNASINVOKER && start \"\"\"\" \"%1\"\""