asherkin / vtable

Emscripten-based VTable Dumper
https://asherkin.github.io/vtable/
55 stars 16 forks source link

Issue with latest tf2 server binary file #5

Closed Kenzzer closed 5 years ago

Kenzzer commented 5 years ago

Failed to demangle '_ZN16CFuncRespawnR' (input is not a valid name under the C++ ABI mangling rules)

Constructor & Destruction will be dumped fine, but not the rest of virtual functions.

asherkin commented 5 years ago

The current TF2 server binary on the server the site uses for the quick buttons is corrupt, drag-and-drop a local copy of server_srv.so to the site and it should work fine. This'll resolve itself with the next TF2 update (or possibly sooner.)

Kenzzer commented 5 years ago

Thanks!