REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.41k stars 388 forks source link

IDA 7 support #71

Closed eagleFromHeaven closed 4 years ago

eagleFromHeaven commented 5 years ago

Hey can you please:

  1. add Ida 7 support
  2. add automatically analyze of struct? like solve this Ida line: *(&v15 + some_var - 77) = *(&v15 + some_var - 76) - *(&v15 + some_var - 77); to a normal strucr?
matrosov commented 5 years ago

Thanks for the feedback. The backward compatibility is not a priority for this project. We always try to support the newest features of recent IDA and Hex-Rays versions to improve the plugin. Unfortunately, support of older versions needs a time investment for extra development which we decide to use to develop new features.

Good point about structures I will take look at what I can do there.