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

Orpheu Signature Help


Post New Thread Reply   
 
Thread Tools Display Modes
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
Al3x1337
New Member
Join Date: Oct 2020
Old 10-31-2020 , 12:54   Re: Orpheu Signature Help
Reply With Quote #2

Help? up?
Al3x1337 is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 10-31-2020 , 15:35   Re: Orpheu Signature Help
Reply With Quote #3

What do you mean it doesn't work? The function is not found? It is found but your hook is never called?

Also, don't bump.
__________________

Last edited by HamletEagle; 10-31-2020 at 15:35.
HamletEagle is offline
Al3x1337
New Member
Join Date: Oct 2020
Old 10-31-2020 , 19:31   Re: Orpheu Signature Help
Reply With Quote #4

Quote:
Originally Posted by HamletEagle View Post
What do you mean it doesn't work? The function is not found? It is found but your hook is never called?

Also, don't bump.
NET_QueuePacket not found.
Al3x1337 is offline
Reply



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 18:27.


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