REhints / HexRaysCodeXplorer

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

Vtable member renaming fix #63

Closed hoclan closed 6 years ago

hoclan commented 6 years ago

Sometimes renaming fails because there are invalid characters in the name of the member(e.g. asterisk, space), so parameters are trimmed from the name. However, this may causes name duplication at overloaded functions. If this occurs then offset of the member concatenated to the name.