View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-25-2016 , 19:26   Re: A vtable dumper that even you can use!
Reply With Quote #14

Quote:
Originally Posted by Chdata View Post
Any plans to support finding those sigs like @_ZN9CTFPlayer10GetMaxAmmoEii from CTFPlayer::GetMaxAmmo
No, while it has the information internally, transferring all the symbols (rather than just the virtual ones) from the worker to the main thread would massively increase the processing time for something that is generally useless and quite far outside the scope.

If you have shell access to a Linux or macOS environment and a copy of server_srv.so, it's as simple as:
Code:
nm server_srv.so | grep GetMaxAmmo
__________________
asherkin is offline