Thread: [Solved] Signature of small functions
View Single Post
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 01-14-2019 , 09:00   Re: Signature of small functions
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
Secret revealed
PHP Code:
"Games"  

    
"csgo"  
    

        
"Signatures"  
        

            
"operator new()"  
            
{
                
"library"    "server"  
                "linux"    "\x55\x89\xE5\x83\xEC\x18\xA1\x2A\x2A\x2A\x2A\x8B\x4D\x08\x8B\x10\x89\x04\x24\x89\x4C\x24\x04\xFF\x12"  
            
}
            
"operator delete()"  
            
{
                
"library"    "server"  
                "linux"    "\x55\x89\xE5\x83\xEC\x18\xA1\x2A\x2A\x2A\x2A\x8B\x4D\x08\x8B\x10\x89\x04\x24\x89\x4C\x24\x04\xFF\x52\x08\xC9\xC3\x83\xC2\x01\x89\x04\x24"  
            
}
        } 
    } 

quasemago is offline