|
Veteran Member
|

07-03-2017
, 15:45
Re: Add data on status
|
#1
|
Quote:
Originally Posted by DarthMan
I use this Windows signature, but for me it works fine on Linux as well, I can block the command with no issues.
Code:
{
"name" : "Host_Status_f",
"library" : "engine",
"identifiers" :
[
{
"os" : "windows",
"value" : [0x55,0x8B,0xEC,0x81,0xEC,"*","*","*","*",0xA1,"*","*","*","*",0x53,0x56,0x57,0xBF,"*","*","*","*",0x33,0xDB,0x8B,0xF7,0x3B,0xC7,0x89,"*","*",0x89,"*","*",0x89,"*","*",0x89,"*","*",0x89,"*","*",0xC7,0x45,"*","*","*","*","*"]
},
{
"os" : "linux",
"value" : "Host_Status_f"
}
]
}
|
Is that even legal?
Quote:
Originally Posted by HamletEagle
Post the output of orpheu config.
|
Parsing file "Host_Status_f" started
Searching for name "Host_Status_f"... NOT FOUND
Parsing file "Host_Status_f" end
Last edited by eyal282; 07-03-2017 at 15:47.
|
|