Skip to content

idapython script to prase qt5 metaObject, including dynamic and static ones

License

Notifications You must be signed in to change notification settings

wongsyrone/qtmetaparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qtmetaparser

an ida script to parse the qt 5 metadata, including the class, method.

Usage

Tested on IDA Pro 8.3 Portable (IDAPython v7.4.0 Python 3.11.7)

Wait until the initial IDA analysis is finished, then Run script file and select qtmetaparser.py. Done!

Move the cursor to the start of qt metaobject (usually in the .data segment), run the script.

qt metaobject looks like:

after running the script:

TODO

Everything except stringdata, method :)

About

idapython script to prase qt5 metaObject, including dynamic and static ones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%