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

Solved Signature of small functions


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 12-16-2018 , 12:53   Signature of small functions
Reply With Quote #1

I'm trying to generate a unique signature for two small functions.

Gamedata with old symbols:
PHP Code:
"Games"
{
    
"csgo"
    
{
        
"Signatures"
        
{
            
"operator new()"
            
{
                
"library"    "server"
                "linux"    "@_Znwj"
            
}

            
"operator delete()"
            
{
                
"library"    "server"
                "linux"    "@_ZdlPv"
            
}
        }
    }

Analyzing sdk I could see that these functions call MemAlloc internally, but I could not find any related functions in binarie.
- https://github.com/alliedmodders/hl2...emalloc.h#L177

Last edited by quasemago; 01-13-2019 at 01:31. Reason: Solved
quasemago is offline
 



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 11:41.


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