You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addresses of functions, that belong to base classes, are dumped correctly. However, the addresses of derived class functions are dumped as unique single address, which is middle of a vtable. Is it possible to find actual fuction address with dumper?
The text was updated successfully, but these errors were encountered:
The addresses of functions, that belong to base classes, are dumped correctly. However, the addresses of derived class functions are dumped as unique single address, which is middle of a vtable. Is it possible to find actual fuction address with dumper?
The text was updated successfully, but these errors were encountered: