issues
search
REhints
/
HexRaysCodeXplorer
Hex-Rays Decompiler plugin for better code navigation
2.41k
stars
389
forks
source link
Fix std::max call, vtable auto assignment, and Microcode View hotkey cfg
#85
Closed
willxinc
closed
4 years ago
willxinc
commented
4 years ago
std::max is invalid in VS, due to max being defined as a macro, wrapping it in ()'s prevents the macro from running
vtable names get "::vtable" appended to them in the create_vtbl_struct call, so when calling create_typedef, it fails
The microcode view hotkey was incorrectly using the CTREE_EXPLORER hotkey