AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [Orpheu/rehlds] signature updates for GetEntityInit (https://forums.alliedmods.net/showthread.php?t=308806)

4554 07-04-2018 08:31

[Orpheu/rehlds] signature updates for GetEntityInit
 
1 Attachment(s)
Hello guys, i want to have signature updates for GetEntityInit function which supports latest version of rehlds, thanks!

the old signature is as attached (Source: https://forums.alliedmods.net/showthread.php?t=178016)

Ghosted 07-04-2018 09:20

Re: [Orpheu/rehlds] signature updates for GetEntityInit
 
Where is GetEntityInt function?

4554 07-04-2018 09:33

Re: [Orpheu/rehlds] signature updates for GetEntityInit
 
Quote:

Originally Posted by Ghosted (Post 2600958)
Where is GetEntityInt function?

I guess it was in sys_dll.cpp(?)

tarsisd2 07-04-2018 11:07

Re: [Orpheu/rehlds] signature updates for GetEntityInit
 
better go to a forum with reHLDS support, ppl around here don't like to help with rehlds stuff

lazarev 07-07-2018 17:29

Re: [Orpheu/rehlds] signature updates for GetEntityInit
 
Try this:
Code:

{
    "name"      : "GetEntityInit",
    "library"    : "engine",
    "arguments"  :
    [
        {
            "type" : "char *"
        }
    ],
    "return" :
    {
        "type" : "pointer"
    },
    "identifiers":
    [
        {
            "os"    : "windows",
            "mod"  : "cstrike",
            "value" : [0x55,0x8B,0xEC,0x53,0x56,0x33,0xF6,0x57,0x39,0x35,"*","*","*","*",0x7E,0x29],
            "info"  : "Dedicated Server"
        },
        {
            "os"    : "windows",
            "mod"  : "cstrike",
            "value" : [0x55,0x8B,"*",0xA1,"*","*","*","*",0x53,0x56,0x57,0x33,"*",0x85,0xC0,0x7E],
            "info"  : "Dedicated Server"
        },
        {
            "os"    : "windows",
            "mod"  : "cstrike",
            "value" : [0xA1,"*","*","*","*",0x53,0x56,0x57,0x33,"*",0x85,0xC0,0x7E],
            "info"  : "Listen Server"
        },
        {
            "os"    : "linux",
            "mod"  : "cstrike",
            "value" : "GetEntityInit"
        }
    ]
}


WaLkMaN 12-05-2021 17:26

Re: [Orpheu/rehlds] signature updates for GetEntityInit
 
If you want the hook without orpheu, then:

https://github.com/dreamstalker/rehlds/pull/832
https://github.com/s1lentq/reapi/pull/215 (RH_GetEntityInit)


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

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