View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-14-2015 , 13:09   Re: SteamTools (v1.0.1)
Reply With Quote #29

@zeus, Assuming you're using a very old steamclient.so, try this newer one : https://mega.co.nz/#!vYcxEJ5a!wgBP2j...XApS3U1OcZM6z4 (~5 Mio), it won't hurt I guess.

@joropito; code is :

Code:
			case Hook_Normal:
				adjustediface = reinterpret_cast<void*>(reinterpret_cast<char*>(iface) + thisptr_offs);

@				cur_vtptr = *reinterpret_cast<void***>(
					reinterpret_cast<char*>(adjustediface) + hookManager.GetVtblOffs());
				cur_vfnptr = reinterpret_cast<void*>(cur_vtptr + hookManager.GetVtblIdx());
				break;
I guess there is something fishy with the interface address. But I can't reproduce at all on my server.
(Latest binary use latest SourecHook for testing: https://github.com/alliedmodders/met...ehook.cpp#L120)
__________________

Last edited by Arkshine; 04-14-2015 at 13:16.
Arkshine is offline