View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-20-2022 , 10:22   Re: Signature Request Thread
Reply With Quote #358

Quote:
Originally Posted by AGabenMan View Post
:bacon!:

Originaly I used @_ZN11CBasePlayer5SpawnEv for this game, but the developper dont compil with symbols anymore.

So maybe the function name is still the same: CbasePlayer::Spawn ?
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 */
            
}
        }
    }

__________________
Psyk0tik is offline