Raised This Month: $ Target: $400
 0% 

Solved Orpheu. Why signature is not working?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 04-15-2020 , 11:19   Orpheu. Why signature is not working?
Reply With Quote #1

I'm trying to use Orpheu to hook into Con_Printf (in the latest version of ReHLDS) but for some reason it's not detecting it.

What am I doing wrong?

amxmodx/configs/orpheu/functions/Con_Printf
Code:
{
    "name" : "Con_Printf",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "char *"
        },
        {
            "type" : "char *"
        }
    ],
    "identifiers" :
    [
        {
            "os"    : "linux",
            "mod"   : "ricochet",
            "value" : "_Z10Con_PrintfPKcz"
        }
    ]
}
orpheu config output
Code:
Orpheu functions search started.

        Parsing functions started.

                Parsing file "Con_Printf" started
                                Argument type "char *" validated
                                Argument type "char *" validated
                                Searching for name "_Z10Con_PrintfPKcz"... NOT FOUND
                Parsing file "Con_Printf" ended
        Parsing functions ended.


Orpheu functions search ended.
__________________

Last edited by gabuch2; 04-16-2020 at 13:47.
gabuch2 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 05:31.


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