View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-15-2011 , 11:09   Re: Orpheu: How to make signatures (of bytes)
Reply With Quote #34

Solved (with all day arkshine's help), was looking in linux file...

Code:
{
	"name" : "AddAccount",
	"class" : "CBasePlayer",
	"library" : "mod",
	"arguments" : 
	[
		{
			"type" : "int",
			"info" : "amount"
		},
		{
			"type" : "bool",
			"info" : "bTrackChange"
		}
	],
	"identifiers":
	[
		{
			"os"    : "windows",
			"mod"   : "cstrike",
			"value" : [0x8B,0x44,"*","*",0x56,0x8B,0xF1,0x8B,0x8E,"*","*","*","*",0x03,0xC8,0x89]
		},
		{
			"os"    : "linux",
			"mod"   : "cstrike",
			"value" : "AddAccount__11CBasePlayerib"
		}
	]
}
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline