AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Signature Request Thread (https://forums.alliedmods.net/showthread.php?t=78309)

cravenge 07-12-2022 11:02

Re: Signature Request Thread
 
Quote:

Originally Posted by Cruze (Post 2782839)
I needed signatures for these:
PHP Code:

CGameClient::ShouldSendMessages
CGameServer
::SendClientMessages
SV_ComputeClientPacks 

Game: CSGO.
OS: Windows & Linux.

Thanks in advance! :D

PHP Code:

"Games"
{
    
"csgo"
    
{
        
"Signatures"
        
{
            
"SV_ComputeClientPacks"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x83\xEC\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x75\x2A\x8B"
                
/* 55 89 E5 57 56 53 83 EC ? 8B 0D ? ? ? ? 8B 75 ? 8B */
                
"windows"    "\x55\x8B\xEC\x83\xEC\x2A\x53\x8B\xD9\x89\x55\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x56"
                
/* 55 8B EC 83 EC ? 53 8B D9 89 55 ? 8B 0D ? ? ? ? 56 */
            
}
            
"CGameClient::ShouldSendMessages"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x83\xEC\x2A\x89\x5D\x2A\x8B\x5D\x2A\x89\x75\x2A\x80\xBB\x2A\x2A\x2A\x2A\x00\x74"
                
/* 55 89 E5 83 EC ? 89 5D ? 8B 5D ? 89 75 ? 80 BB ? ? ? ? 00 74 */
                
"windows"    "\x55\x8B\xEC\x51\x57\x8B\xF9\x80\xBF\x2A\x2A\x2A\x2A\x00\x74\x2A\x56"
                
/* 55 8B EC 51 57 8B F9 80 BF ? ? ? ? 00 74 ? 56 */
            
}
            
"CGameServer::SendClientMessages"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x81\xEC\x2A\x2A\x2A\x2A\x8B\x3D\x2A\x2A\x2A\x2A\x0F\xB6\x45\x2A\x8B"
                
/* 55 89 E5 57 56 53 81 EC ? ? ? ? 8B 3D ? ? ? ? 0F B6 45 ? 8B */
                
"windows"    "\x55\x8B\xEC\x83\xE4\x2A\x81\xEC\x2A\x2A\x2A\x2A\x89\x2A\x2A\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x53\x56\x57\x8B\x81\x2A\x2A\x2A\x2A\x89"
                
/* 55 8B EC 83 E4 ? 81 EC ? ? ? ? 89 ? ? ? 8B 0D ? ? ? ? 53 56 57 8B 81 ? ? ? ? 89 */
            
}
        }
    }



Cruze 07-12-2022 13:54

Re: Signature Request Thread
 
Quote:

Originally Posted by cravenge (Post 2783617)
PHP Code:

"Games"
{
    
"csgo"
    
{
        
"Signatures"
        
{
            
"SV_ComputeClientPacks"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x83\xEC\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x75\x2A\x8B"
                
/* 55 89 E5 57 56 53 83 EC ? 8B 0D ? ? ? ? 8B 75 ? 8B */
                
"windows"    "\x55\x8B\xEC\x83\xEC\x2A\x53\x8B\xD9\x89\x55\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x56"
                
/* 55 8B EC 83 EC ? 53 8B D9 89 55 ? 8B 0D ? ? ? ? 56 */
            
}
            
"CGameClient::ShouldSendMessages"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x83\xEC\x2A\x89\x5D\x2A\x8B\x5D\x2A\x89\x75\x2A\x80\xBB\x2A\x2A\x2A\x2A\x00\x74"
                
/* 55 89 E5 83 EC ? 89 5D ? 8B 5D ? 89 75 ? 80 BB ? ? ? ? 00 74 */
                
"windows"    "\x55\x8B\xEC\x51\x57\x8B\xF9\x80\xBF\x2A\x2A\x2A\x2A\x00\x74\x2A\x56"
                
/* 55 8B EC 51 57 8B F9 80 BF ? ? ? ? 00 74 ? 56 */
            
}
            
"CGameServer::SendClientMessages"
            
{
                
"library"    "engine"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x81\xEC\x2A\x2A\x2A\x2A\x8B\x3D\x2A\x2A\x2A\x2A\x0F\xB6\x45\x2A\x8B"
                
/* 55 89 E5 57 56 53 81 EC ? ? ? ? 8B 3D ? ? ? ? 0F B6 45 ? 8B */
                
"windows"    "\x55\x8B\xEC\x83\xE4\x2A\x81\xEC\x2A\x2A\x2A\x2A\x89\x2A\x2A\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x53\x56\x57\x8B\x81\x2A\x2A\x2A\x2A\x89"
                
/* 55 8B EC 83 E4 ? 81 EC ? ? ? ? 89 ? ? ? 8B 0D ? ? ? ? 53 56 57 8B 81 ? ? ? ? 89 */
            
}
        }
    }



Thanks man! <3

OneMore 07-26-2022 17:00

Re: Signature Request Thread
 
SM-WeaponModels plugin from Andersso uses signatures in gamedata file. Unfortunately, there is an error on startup connected to the signature:
PrepSDKCall_SetFromConf(gameConf, SDKConf_Signature, "Animating_GetSequenceActivity");
Quote:

L 07/26/2022 - 23:58:14: [SM] Exception reported: Failed to load SDK call "Animating_GetSequenceActivity"!
L 07/26/2022 - 23:58:14: [SM] Blaming: weaponmodels.smx
L 07/26/2022 - 23:58:14: [SM] Call stack trace:
L 07/26/2022 - 23:58:14: [SM] [0] SetFailState
L 07/26/2022 - 23:58:14: [SM] [1] Line 119, weaponmodels/entitydata.sp::WeaponModels_EntityDataInit
L 07/26/2022 - 23:58:14: [SM] [2] Line 276, weaponmodels.sp::OnPluginStart
Unfortunately, the owner does not answer to issues on github :(

Is it possible to check and correct it?

Code:

"Games"
{
        "csgo"
        {
                "Offsets"
                {
                        "Entity_UpdateTransmitState"
                        {
                                "windows"        "21"
                                "linux"                "22"
                        }
                        "Animating_StudioHdr"
                        {
                                "windows"        "68"
                                "linux"                "68"
                        }
                }
                "Signatures"
                {
                        "Animating_GetSequenceActivity"
                        {
                                "windows"        "\x55\x8B\xEC\x53\x8B\x5D\x08\x57\x8B\xF9\x83\xFB\xFF\x75\x08\x5F"
                                "linux"                "@_ZN14CBaseAnimating19GetSequenceActivityEi"
                        }
                }
        }
}


Cruze 07-29-2022 18:31

Re: Signature Request Thread
 
Hey guys! I again need help finding some offsets:
PHP Code:

CBaseCombatWeapon::GetMaxClip1
CBaseCombatWeapon
::GetReserveAmmoMax 

Game: CSGO
OS: Windows & Linux

Thanks in advance! :)

Edit: I got them thanks to Kxnrl!

PHP Code:

"Games"
{
    
"csgo"
    
{
        
"Offsets"
        
{
            
"CBaseCombatWeapon::GetMaxClip1"
            
{
                
"windows"   "353"
                "linux"     "359"
            
}
            
"CBaseCombatWeapon::GetReserveAmmoMax"
            
{
                
"windows"   "357"
                "linux"     "363"
            
}
        }
    }



Cruze 10-25-2022 08:47

Re: Signature Request Thread
 
Hey guys! Gamedata file got outdated in the latest update. Most probably "spawnserver" signature is changed. Can someone please help me find new one? Thanks!

Game: CSGO
OS: Windows & Linux

PHP Code:

"Games"
{
    
"csgo"
    
{
        
"Addresses"
        
{
            
"sv_startsound"
            
{
                
"signature" "sv_startsound"
            
}
            
"spawnserver"
            
{
                
"signature" "spawnserver"
            
}
        }
        
"Signatures"
        
{
            
"sv_startsound"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x83\xEC\x60\x53\x56\x8B\xD9"
                "linux"         "\x55\x31\xC0\x89\xE5\x57\x56\x53\x81\xEC\xAC\x00\x00\x00"
            
}
            
"spawnserver"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x81\xEC\x88\x02\x00\x00\x53\x56"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x81\xEC\xBC\x02\x00\x00\x8B\x5D\x08"
            
}
        }
        
"Offsets"
        
{
            
"m_flTickInterval"
            
{
                
"windows"        "236"
                "linux"            "804"
            
}
            
"host_state_interval"
            
{
                
"windows"        "1281"
                "linux"         "1002"
            
}
        }
    }


Edit: Got it thanks to lazarev!
PHP Code:

"Games"
{
    
"csgo"
    
{
        
"Addresses"
        
{
            
"sv_startsound"
            
{
                
"signature" "sv_startsound"
            
}
            
"spawnserver"
            
{
                
"signature" "spawnserver"
            
}
        }
        
"Signatures"
        
{
            
"sv_startsound"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x83\xEC\x60\x53\x56\x8B\xD9"
                "linux"         "\x55\x31\xC0\x89\xE5\x57\x56\x53\x81\xEC\xAC\x00\x00\x00"
            
}
            
"spawnserver"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x81\xEC\x88\x02\x00\x00\x53\x56"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x81\xEC\xBC\x02\x00\x00\x8B\x5D\x08"
            
}
        }
        
"Offsets"
        
{
            
"m_flTickInterval"
            
{
                
"windows"        "236"
                "linux"            "804"
            
}
            
"host_state_interval"
            
{
                
"windows"        "1457"
                "linux"         "1002"
            
}
        }
    }



gdfsgdfg 11-06-2022 05:38

Re: Signature Request Thread
 
Requesting Windows TF2 signatures for uh these:

Code:

                          "Signatures"
                {
                        "CTFPlayer_IsAllowedToTaunt"
                        {
                                "library"        "server"
                                "linux"        "@_ZN9CTFPlayer16IsAllowedToTauntEv"
                        }
                        "CTFPlayer_IsAllowedToInitiateTauntWithPartner"
                        {
                                "library"        "server"
                                "linux"        "@_ZN9CTFPlayer35IsAllowedToInitiateTauntWithPartnerEPK13CEconItemViewPci"
                        }
                        "CTFPlayer_ShouldStopTaunting"
                        {
                                "library"        "server"
                                "linux"        "@_ZN9CTFPlayer18ShouldStopTauntingEv"
                        }
                        "CTFPlayer::MimicTauntFromPartner"
                        {
                                "library"        "server"
                                "linux"        "@_ZN9CTFPlayer21MimicTauntFromPartnerEPS_"
                        }
                }


Cruze 11-29-2022 12:43

Re: Signature Request Thread
 
Hey guys! After some update, it crashes server. Can someone help me find new signatures? Thanks

Game: CSGO
OS: Linux & Windows (Please check windows too if possible)

https://github.com/hestoa/PropRagdol...rter.games.txt

PC Gamer 12-03-2022 02:01

Re: Signature Request Thread
 
2 Attachment(s)
Looking for updated Windows signature for Team Fortress 2: CBaseEntity::CalcAbsolutePosition

Previous signature:
PHP Code:

            "CBaseEntity::CalcAbsolutePosition"
            
{
                
"library"     "server"
                "windows"     "\x55\x8B\xEC\x81\xEC\x80\x00\x00\x00\x56\x8B\xF1\x8B\x86\x14\x01\x00\x00"
                "linux"     "@_ZN11CBaseEntity20CalcAbsolutePositionEv"
            



PC Gamer 12-04-2022 05:25

Re: Signature Request Thread
 
2 Attachment(s)
Looking for updated Windows signature for Team Fortress 2: CTFPlayer::CanAirDash

Previous Signature:
PHP Code:

"Games"
{
    
"tf"
    
{
        
"Signatures"
        
{
            
"CTFPlayer::CanAirDash"
            
{
                
"library"    "server"
                "linux"        "@_ZNK9CTFPlayer10CanAirDashEv"
                "windows"    "\x55\x8B\xEC\x83\xEC\x08\x57\x8B\xF9\xF7\x87\x84\x1A\x00\x00\x00\x00\x04\x00"
            
}
        }
        
"Addresses"
        
{
            
"MemoryPatch_CanAirDashClassCheck"
            
{
                
"linux"
                
{
                    
"signature"    "CTFPlayer::CanAirDash"
                    "offset"    "68"    
// CTFPlayer::CanAirDash+44
                
}
                
"windows"
                
{
                    
"signature"    "CTFPlayer::CanAirDash"
                    "offset"    "47"    
// CTFPlayer::CanAirDash+2F
                
}
            }
        }
        
"Keys"
        
{
            
"MemoryPatch_CanAirDashClassCheck"
            
{
                
"linux"        "\x90\x90\x90\x90\x90\x90\x90\x90\x90"    // cmp dword, jnz short -> NOP
                
"windows"    "\x90\x90\x90\x90\x90\x90\x90\x90\x90"    // cmp dword, jnz short -> NOP
            
}
        }
    }



Cruze 07-23-2023 01:11

Re: Signature Request Thread
 
Looking for updated signature of extension SMRcon for the game CSGO.
OS: Linux (Having windows signature would be good too)

PHP Code:

        "#default"
    
{
        
"#supported"
        
{
            
"engine"    "csgo"
        
}
        
        
"Signatures"
        
{
            
"WriteDataRequest"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\x94\x09\x00\x00"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x81\xEC\x7C\x03\x00\x00"
            
}
            
"CheckPassword"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\x51\x53\x56\x8B\x75\x08\x8B\xD9\x57\x89\x5D\xFC"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x83\xEC\x2C\x8B\x5D\x0C\x8B\x45\x18"
            
}
            
"Filter_ShouldDiscard"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\x51\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A\x81\xF9\x2A\x2A\x2A\x2A\x75\x2A\xA1"
                "linux"        "\x55\x89\xE5\x57\x56\x53\x83\xEC\x3C\xA1\x2A\x2A\x2A\x2A\x8B\x75\x08"
            
}
            
"LogCommand"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\xA1\x2A\x2A\x2A\x2A\x53\x8B\xD9\xB9\x2A\x2A\x2A\x2A\xFF\x50\x34"
                "linux"        "\x55\x89\xE5\x83\xEC\x38\xA1\x2A\x2A\x2A\x2A\x89\x5D\x2A\x89\x75\x2A\x8B\x5D\x2A\x89\x7D\x2A\x8B\x75\x2A\xC7\x04\x24\x2A\x2A\x2A\x2A"
            
}
            
"OnSocketClosed"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\x56\x8B\x2A\x2A\xC6\x2A\x2A\x2A\x85\xF6\x74"
                "linux"        "\x55\x89\xE5\x53\x83\xEC\x24\x8B\x5D\x14\x8B\x45\x08"
            
}
            
"IsPassword"
            
{
                
"library"    "engine"
                "windows"    "\x55\x8B\xEC\x8B\x41\x38\x85\xC0"
                "linux"        "\x55\x89\xE5\x53\x83\xEC\x14\x8B\x5D\x08\x89\x1C\x24\xE8\x2A\x2A\x2A\x2A\x31\xD2\x84\xC0"
            
}
        }
    } 



All times are GMT -4. The time now is 15:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.