igogo-x86 / HexRaysPyTools

IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
1.41k stars 224 forks source link

Identifying structure inline functions #57

Closed MegaBor closed 4 years ago

MegaBor commented 4 years ago

I saw this post over reverseengineering, wondering if it is possible to do that using HexRaysPyTools? https://reverseengineering.stackexchange.com/questions/23125/ida-hex-rays-structure-inline-functions-recognition

igogo-x86 commented 4 years ago

You may want to take a look at this plugin https://github.com/sibears/HRAST

It can be used to write some patterns and do some actions on the match.