vtable
vtable copied to clipboard
Emscripten-based VTable Dumper
It would be nice to know the base address of a class' vtable and I don't think it'd be a time-consuming thing to implement
For a future improvement, can we have the tool dump KeyValues formatted gamedata files for the binaries? I'm working on something in my Python tool that takes a list of...
As requested, here's the vtable dumper mismatch that was initially reported on Discord: - `CBaseObject::CanBeUpgraded(CTFPlayer*)` is offset 375, dumper reports 374 - `CBaseObject::StartUpgrading()` is offset 376, dumper reports 375 -...
Linux: ``` CForward::PushCell(int) CForward::PushCellByRef(int *,int) CForward::PushFloat(float) CForward::PushFloatByRef(float *,int) CForward::PushArray(int *,uint,int) CForward::PushString(char const*) CForward::PushStringEx(char *,uint,int,int) CForward::Cancel(void) CForward::~CForward() CForward::~CForward() CForward::GetForwardName(void) CForward::GetFunctionCount(void) CForward::GetExecType(void) CForward::Execute(int *,SourceMod::IForwardFilter *) CForward::RemoveFunction(SourcePawn::IPluginFunction *) CForward::RemoveFunctionsOfPlugin(SourceMod::IPlugin *) CForward::AddFunction(SourcePawn::IPluginFunction *) CForward::AddFunction(SourcePawn::IPluginContext...