asherkin / vtable

Emscripten-based VTable Dumper

Home Page:https://asherkin.github.io/vtable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the base address of the class

tsuza opened this issue · comments

commented

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

commented

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

commented

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.