View Single Post
  #6  
Old 03-23-2021, 22:06
Rasmus Rasmus is offline
Friend
 
Join Date: Jul 2019
Posts: 174
Rept. Given: 0
Rept. Rcvd 8 Times in 7 Posts
Thanks Given: 106
Thanks Rcvd at 102 Times in 60 Posts
Rasmus Reputation: 8
Quote:
Originally Posted by jonwil View Post
Are there any tutorials or tools or IDA plugins/etc to help with reverse engineering QT apps?
Find out the exact version of the Qt used by the author you app. Get the source code files for the core and other components of that version of the Qt from the QT site, compile them as debug.
Use the associated pdb files from the compiled files and use them in your IDA to generate more meaningful decompilations for your target. You will find your job just made 10-100 times easier

Of course, the above is a 10,000 feet summary view of the process. Anyway, this is the way professionals proceed with complex Qt targets. I used to have an article which gives details of this technique but I cannot find it right now.
Reply With Quote
The Following User Says Thank You to Rasmus For This Useful Post:
DominicCummings (03-24-2021)