reverse-php-malware icon indicating copy to clipboard operation
reverse-php-malware copied to clipboard

I need little help

Open ghost opened this issue 5 years ago • 3 comments

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.

ghost avatar Jan 20 '20 12:01 ghost

Hello. Thanks for the comment. I need more information to answer this. Can I get a copy of the file(s) you are attempting to de-obfuscate?

bediger4000 avatar Jan 20 '20 15:01 bediger4000

hi you can check files here. https://drive.google.com/file/d/15C922fkgG8k-5vPYcK50s8RF5CdZ60D5/view

ghost avatar Jan 30 '20 13:01 ghost

any news ?

ghost avatar Jan 31 '20 15:01 ghost