-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi i need help aboud merged and obfuscated codes,
I have both file for decode, one of if variable definations called name is eg: code
like this
` public $x673 = null;
public $x681 = null;
public $x68c = null;
public $x6be = null;
function __construct()
{
$this->x673 = new \StdClass();
$this->x681 = new \StdClass();
$this->x68c = new \StdClass();
$this->x6be = new \StdClass();
$this->x673->x6cf = "\x78\66\143\144";
$this->x6be->x176c = "\1PbqpeGUtu6gwPq2ujNkcnqEkDHqHqk2eR7";
$this->x673->x8bf = "\x78\70b\141";
$this->x681->xbfc = "\x78b\146\70";
$this->x6be->x13d4 = "\x78\61\63d\61";....`
and another obfuscated file also taking function or variable names from this file with class extends.
how can decode thoose files correctly ? if i decode first files ( definations only ) its corrcectly decode, but another one give me following errors
Couldn't find variable name
Couldn't find variable name
Could not find function name to see if arguments get replaced, line 13.
Couldn't find variable name
Could not find function name to see if arguments get replaced, line 13.
Couldn't find variable name
Could not find function name to see if arguments get replaced, line 13.
Could not find function name to see if arguments get replaced, line 13.
Could not find function name to see if arguments get replaced, line 13.
Could not find function name to see if arguments get replaced, line 13.
Could not find function name to see if arguments get replaced, line 13.
Could not find function name to see if arguments get replaced, line 13.