View Single Post
AGabenMan
Junior Member
Join Date: Apr 2022
Old 04-20-2022 , 12:06   Re: Signature Request Thread
Reply With Quote #359

Quote:
Originally Posted by Psyk0tik View Post
Untested.
PHP Code:
"Games"
{
    
"fof"
    
{
        
"Signatures"
        
{
            
/**
             * CBasePlayer::Spawn()
             *
             * Note: The Mac binaries still have symbols.
             *
             * How to find:
             * 1. Search for the "Couldn't alloc player sound slot!\n" string.
             * 2. The string can only be found in this function.
             **/
            
"CBasePlayer::Spawn"
            
{
                
"library"    "server"
                "linux"        "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x89\x2A\x2A\xE8"
                        
/* ? ? ? ? ? ? 81 EC ? ? ? ? 8B ? ? 8B ? 89 ? ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 89 ? ? FF 90 ? ? ? ? 89 ? ? E8 */
                
"mac"        "@_ZN11CBasePlayer5SpawnEv"
                "windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x57\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x68"
                        
/* ? ? ? ? ? ? 56 8B ? 57 8B ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 8B ? FF 90 ? ? ? ? 8B ? E8 ? ? ? ? 68 */
            
}
        }
    }

Works (tested on linux), thanks !
AGabenMan is offline