Raised This Month: $12 Target: $400
 3% 

Signature Request Thread


Post New Thread Reply   
 
Thread Tools Display Modes
crafting
Senior Member
Join Date: May 2014
Location: Somewhere on Earth
Old 01-19-2018 , 20:55   Re: Signature Request Thread
Reply With Quote #301

Greetings, I am looking for the Signature for this... (btw, I am on Linux)

It is for this plugin..... https://forums.alliedmods.net/showthread.php?t=171343

PHP Code:
"Games"
{
    
"tf"
    
{
        
"Signatures"
        
{
            
"ThrillerTaunt"
            
{
                
"library"        "server"
                "linux"        "\x0F\x85\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xF3\x0F\x10\x0D\x2A\x2A\x2A\x2A\xF3\x0F\x2A\xC0\xF3\x0F\x59\x05\x2A\x2A\x2A\x2A\x0F\x2F\xC8\x0F\x86"
                "windows"        "\xF3\x0F\x59\x2A\x2A\x2A\x2A\x2A\x0F\x2F\x2A\x76\x2A\xD9\xE8\x51"
            
}
        }
        
"Addresses"
        
{
            
"ThrillerTaunt"
            
{
                
"signature"    "ThrillerTaunt"
            
}
        }
        
"Offsets"
        
{
            
"Offset_ThrillerTaunt"
            
{
                
"linux"        "35"
                "windows"        "11"
            
}
            
"Payload_ThrillerTaunt"
            
{
                
"linux"        "129"        // NEAR JNO
                
"windows"        "113"        // SHORT JNO
            
}
        }
    }


Last edited by crafting; 01-20-2018 at 15:29.
crafting is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 01-20-2018 , 02:44   Re: Signature Request Thread
Reply With Quote #302

Put your code in proper tags.
__________________
Spirit_12 is offline
crafting
Senior Member
Join Date: May 2014
Location: Somewhere on Earth
Old 01-20-2018 , 03:00   Re: Signature Request Thread
Reply With Quote #303

Quote:
Originally Posted by Spirit_12 View Post
Put your code in proper tags.
Sorry, I don't know how to. I don't use the forums alot.
crafting is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 01-20-2018 , 11:37   Re: Signature Request Thread
Reply With Quote #304

Quote:
Originally Posted by crafting View Post
Sorry, I don't know how to. I don't use the forums alot.
Use the php tags by clicking the appropriate button.
__________________
Spirit_12 is offline
crafting
Senior Member
Join Date: May 2014
Location: Somewhere on Earth
Old 01-20-2018 , 15:29   Re: Signature Request Thread
Reply With Quote #305

Quote:
Originally Posted by Spirit_12 View Post
Use the php tags by clicking the appropriate button.
I finally figured out how to do that
crafting is offline
crafting
Senior Member
Join Date: May 2014
Location: Somewhere on Earth
Old 02-09-2018 , 16:00   Re: Signature Request Thread
Reply With Quote #306

So I guess I am technically bumping this, but my original post was 5 posts above this one and 3 weeks ago.

Anyway, I am looking for the Signature for this... (btw, I am on Linux)

It is for this plugin..... https://forums.alliedmods.net/showthread.php?t=171343

PHP Code:
"Games"
{
    
"tf"
    
{
        
"Signatures"
        
{
            
"ThrillerTaunt"
            
{
                
"library"        "server"
                "linux"        "\x0F\x85\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xF3\x0F\x10\x0D\x2A\x2A\x2A\x2A\xF3\x0F\x2A\xC0\xF3\x0F\x59\x05\x2A\x2A\x2A\x2A\x0F\x2F\xC8\x0F\x86"
                "windows"        "\xF3\x0F\x59\x2A\x2A\x2A\x2A\x2A\x0F\x2F\x2A\x76\x2A\xD9\xE8\x51"
            
}
        }
        
"Addresses"
        
{
            
"ThrillerTaunt"
            
{
                
"signature"    "ThrillerTaunt"
            
}
        }
        
"Offsets"
        
{
            
"Offset_ThrillerTaunt"
            
{
                
"linux"        "35"
                "windows"        "11"
            
}
            
"Payload_ThrillerTaunt"
            
{
                
"linux"        "129"        // NEAR JNO
                
"windows"        "113"        // SHORT JNO
            
}
        }
    }

crafting is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 02-09-2018 , 16:06   Re: Signature Request Thread
Reply With Quote #307

Quote:
Originally Posted by crafting View Post
So I guess I am technically bumping this, but my original post was 5 posts above this one and 3 weeks ago.

Anyway, I am looking for the Signature for this... (btw, I am on Linux)

It is for this plugin..... https://forums.alliedmods.net/showthread.php?t=171343
The problem is that that is not a signature for a function like what this thread normally handles, it is for an arbitrary bit of code to patch, and without more information it is a lot of work to figure out what it is meant to be in the first place, let alone find the new gamedata.
__________________
asherkin is offline
crafting
Senior Member
Join Date: May 2014
Location: Somewhere on Earth
Old 02-09-2018 , 17:09   Re: Signature Request Thread
Reply With Quote #308

Quote:
Originally Posted by asherkin View Post
The problem is that that is not a signature for a function like what this thread normally handles, it is for an arbitrary bit of code to patch, and without more information it is a lot of work to figure out what it is meant to be in the first place, let alone find the new gamedata.
Ok, thank you for that information! Quick question.... I really do need this, so I guess I should post in the "requests" forum?
crafting is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 02-09-2018 , 19:11   Re: Signature Request Thread
Reply With Quote #309

Quote:
Originally Posted by crafting View Post
Ok, thank you for that information! Quick question.... I really do need this, so I guess I should post in the "requests" forum?
The best place to post this would be in the plugin's original thread.

To be honest, you are asking someone to decompile current binary, and compare it against the one that this plugin/extension was originally made for. This will require a lot of work and testing. Doubt anyone is willing to help you without any incentive.
__________________
Spirit_12 is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 02-23-2018 , 06:54   Re: Signature Request Thread
Reply With Quote #310

PHP Code:
"Games"
{
    
"left4dead"
    
{
        
"Offsets"
        
{
            
"OnTakeDamage_StaggeringInfected" /* CBaseAbility_OnOwnerTakeDamage */
            
{
                
"windows"    ""
                "linux"    "207"
            
}
        }
        
        
"Signatures"
        
{
            
"ForceBreakRock"
            
{
                
"library"    "server"
                "linux"    "@_ZN9CTankRock8DetonateEv"
                "windows"    ""
            
}
            
"WarpStuckSurvivor"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer26WarpToValidPositionIfStuckEv"
                "windows"    ""
            
}
        }
     }
     
    
"left4dead2"
    
{
        
"Offsets"
        
{
            
"OnTakeDamage_StaggeringInfected" /* CBaseAbility_OnOwnerTakeDamage */
            
{
                
"windows"    ""
                "linux"    "222"
            
}
            
"OnJockeyLeap" /* CLeap_OnTouch */
            
{
                
"windows"    ""
                "linux"    "512"
            
}
        }
        
        
"Signatures"
        
{
            
"ForceBreakRock"
            
{
                
"library"    "server"
                "linux"    "@_ZN9CTankRock8DetonateEv"
                "windows"    ""
            
}
            
"WarpStuckSurvivor"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer26WarpToValidPositionIfStuckEv"
                "windows"    ""
            
}
        }
     }


Last edited by cravenge; 02-23-2018 at 07:40.
cravenge is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:18.


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