asherkin / vtable

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

Add the base address of the class #8

Open tsuza opened 1 year ago

tsuza commented 1 year ago

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

asherkin commented 1 year ago

Out of interest, what's your use case for the compile-time base address of the vtable?

tsuza commented 1 year ago

I don't particularly need it to do something plugin-side, but knowing the base address ( and then knowing the offset of a certain function ) would be helpful to find certain functions in the binaries.