View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-16-2017 , 13:10   Re: [CS:GO] PTaH - V1.0.2
Reply With Quote #30

Edit:

The original (working) signature for CDownloadListGenerator:

Code:
"windows"		"\x55\x8B\xEC\x81\xEC\x04\x01\x00\x00\x56\x8B\xF1\x8B\x4D\x08"
With the first 8 bytes wildcarded (I think I did this right?):

Code:
"windows"		"\x2A\x2A\x2A\x2A\x55\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\xEC\x2A\x2A\x2A\x2A\x81\x2A\x2A\x2A\x2A\xEC\x2A\x2A\x2A\x2A\x04\x2A\x2A\x2A\x2A\x01\x2A\x2A\x2A\x2A\x00\x00\x56\x8B\xF1\x8B\x4D\x08"
Was still resulting in

Code:
L 01/23/2017 - 02:25:43: [PTaH] Invalid detour address passed - Disabling detour to prevent crashes
L 01/23/2017 - 02:25:43: [PTaH] Detour failed CDownloadListGenerator.
Did I even do that right? Perhaps more is needed? I'm assuming I would also need to do the same for ServerConsolePrint.[/QUOTE]
__________________

Last edited by sneaK; 01-24-2017 at 22:36.
sneaK is offline