REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The second attempt to renaming vtable member uses the invalid name

hoclan opened this issue · comments

set_member_name(new_struc, offset, struc_member_name);

method_name got a new value, but struc_member_name is not updated.

did a pull request for it.