Thread: orpheu
View Single Post
lexzor
Veteran Member
Join Date: Nov 2020
Old 04-07-2022 , 09:27   Re: orpheu
Reply With Quote #3

i get segmentation fault when the function is called

Code:
{
    "name"      : "SV_GetIDString",
    "library"   : "engine",
    "arguments" : 
    [
        {
            "type" : "pointer"
        }
    ],
    "return" : 
    {
        "type" : "char *"
    },
    "identifiers":
    [
        {
            "os" : "windows",
            "value" : [0x55,0x8B,0xEC,0x83,0xEC,0x30,0x8B,0x4D,0x08,0xC6,"*","*","*","*","*","*",0x85,0xC9,0x0F,"*","*","*","*","*",0x8B,0x01,0x48,0x0F]
        },
        {
            "os" : "linux",
            "value" : 0x47C50  
        }
    ]
}
even if i output a debug message in console

debug file

Code:
Stack level 0, frame at 0xff063d39:
 eip = 0xf7489c5e in _Z14SV_GetIDStringP8USERID_s.; saved eip = 0x0
 called by frame at 0xff063d3d
 Arglist at 0xff063d31, args: 
 Locals at 0xff063d31, Previous frame's sp is 0xff063d39
 Saved registers:
  eip at 0xff063d35
End of crash report

Last edited by lexzor; 04-07-2022 at 09:31.
lexzor is offline