Open ghost opened 4 years ago
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?
hi you can check files here. https://drive.google.com/file/d/15C922fkgG8k-5vPYcK50s8RF5CdZ60D5/view
any news ?
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;
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.