- Joined
- Aug 21, 2024
also check for vtables/RTTI expecially if you have ida and the plugin because it can quickly find and name the functions in the class into reasonable values somtimes.something to check for with C++ compilation is functions using the thiscall convention, where first arg, (this), is passed into %rax
Last edited: