Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 582 Bytes

qtmetaparser

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

Usage

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 :)