Fixed an issue that FindVirtualTable got incorrect vtable address for CServerSideClient::FilterMessage under linux.#4
Conversation
…ble address for `CServerSideClient::FilterMessage` under linux.
|
Thanks, just to be sure. Are zou sure this works on windows? Cuz from the looks of it offset wasn't previously used and it would default to 0, but now that its fixed it will check for |
Seems like CS2ServerGUI/src/utils/plat_win.cpp Line 89 in 736967f |
|
Ah right yeah, now that clicks in. I did that change only in cs2servergui just for this exact use case. Given that CS2ServerGUI only explicitly supports windows I didn't bother doing this in the linux impl |
** Incorrect vtable: **

** Correct vtable: **

have not tested yet but it should work as expected.