{
    "name" : "IsSafeFileToDownload",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "char *"
        }
    ],
    "return" :
    {
            "type" : "int"
    },
    "identifiers" :
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" :  [0x55, 0x8b, 0xec, 0x56, 0x8b, 0x75, "*", 0x85, 0xf6, 0x57, 0x0f, 0x84, "*", "*", "*", "*", 0x6A, 0x04]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "IsSafeFileToDownload"
        }
    ]
}