You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfinktah edited this page Aug 16, 2019
·
1 revision
Integrating the Type(Extractor|Reconstructor) with IDAPython
Lets say we have a nifty little IDAPython script that accepts a class hierarchy as an argument, then labels and de-compiles all the functions in each class.
Now just imagine how well you could define your object (class), if you could automatically (as part of your neat little script), include all the structural information contained in each of those de-compiled functions.
How to make this happen
Ask Developers for IDAPython interface to HexRaysCodeXplorer
or create own IDAPython interface to HexRaysCodeXplorer .dll
but first find out if there is an interface (lets call it an API) to aforesaid .dll