View Single Post
Author Message
kossolax
AlliedModders Donor
Join Date: Jan 2008
Location: Belgium
Old 05-10-2017 , 09:09   CSGO Linux raw signatures
Reply With Quote #1

Hello,

CSGO has now stripped symbols. I'm trying to understand how to find a raw signature on Linux.


Based on this post, the raw signatures of @_ZN14CBaseAnimating16LookupAttachmentEPKc is
PHP Code:
\x55\x89\xE5\x53\x83\xEC\x14\x8B\x5D\x08\x8B\x8B\xB4\x04\x00\x00\x85\xC9\x74\x2A\x8B\x83\xB4\x04\x00\x00\x85\xC0\x74\x2A\x8B\x10\x85\xD2\x74\x2A\x8B\x55\x0C\x89\x04\x24 
I've read the wiki article and I could extract the subroutine. But I still don't get how to find out the linux raw signature. It's getting me confuse.


Anyone could help me ? Thank's for help.
Attached Files
File Type: txt ccc.txt (2.3 KB, 116 views)

Last edited by kossolax; 05-10-2017 at 09:10.
kossolax is offline