Raised This Month: $ Target: $400
 0% 

Orpheu Signature Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Al3x1337
New Member
Join Date: Oct 2020
Old 10-30-2020 , 04:14   Orpheu Signature Help
Reply With Quote #1

Hello everybody !

I need help for finding a signature on linux for NET_QueuePacket

I found this

Code:
8B 44 24 04 56 57 53 55  81 EC EC 0F 00 00 8B D0
I made this:

Code:
[0x8B,0x44,0x24,0x04,0x56,0x57,0x53,0x55,0x81,0xEC,0xEC,0x0F,0x00,0x00,0x8B,0xD0]
but nothing works. i try with name functions

Code:
_Z15NET_QueuePacket8netsrc_s
nothing..


Code:
{
    "name"      : "NET_QueuePacket",
    "library"   : "engine",
    "arguments" : 
    [
        {
            "type" : "int" 
        }
    ],
    "identifiers" : 
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x55,0x8B,0xEC,0x81,0xEC,"*","*","*","*",0x53,0x8B,"*","*",0x56,0x57,0x33,0xFF,0x89,"*","*",0x85,0xFF]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : [0x8B,0x44,0x24,0x04,0x56,0x57,0x53,0x55,0x81,0xEC,0xEC,0x0F,0x00,0x00,0x8B,0xD0]
        } 
    ]
}
or

Code:
{
    "name"      : "NET_QueuePacket",
    "library"   : "engine",
    "arguments" : 
    [
        {
            "type" : "int" 
        }
    ],
    "identifiers" : 
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x55,0x8B,0xEC,0x81,0xEC,"*","*","*","*",0x53,0x8B,"*","*",0x56,0x57,0x33,0xFF,0x89,"*","*",0x85,0xFF]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "_Z15NET_QueuePacket8netsrc_s"
        } 
    ]
}
Some help?

Last edited by Al3x1337; 10-30-2020 at 04:15.
Al3x1337 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 13:46.


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