asherkin / vtable

Emscripten-based VTable Dumper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most symbols missing from Insurgency server_srv.so

asherkin opened this issue · comments

commented

Via email:

I can't seem to get your tool to pull apart the Insurgency .so file, and I'm not sure if it's my error or some sort of stripping of symbols in the Insurgency code.

server_srv.zip

The symbols are all there in IDA, I'm guessing this is a .symtab / .dynsym issue (i.e. Insurgency is not compiling with symbol visibility set to hidden, and we're only parsing the other table.)

@jaredballou

commented

The missing vtable symbols appear to be pointing to the .data.rel.ro section, rather than .rodata.

commented

Thanks for the report, this should be on the live site within a few minutes.