Skip to content

Commit

Permalink
[Bug Fix] Fatal error: Cannot redeclare __lambda() (previously declar…
Browse files Browse the repository at this point in the history
…ed in ...
  • Loading branch information
pH-7 committed Jan 31, 2020
1 parent d7f4161 commit 92a59d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Obfuscator.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ private function encrypt()
$_____=' b2JfZW5kX2NsZWFu'; $______________='cmV0dXJuIGV2YWwoJF8pOw==';
$__________________='X19sYW1iZGE=';
$______=' Z3p1bmNvbXByZXNz'; $___=' b2Jfc3RhcnQ='; $____='b2JfZ2V0X2NvbnRlbnRz'; $__= 'base64_decode' ; $______=$__($______); $__________________=$__($__________________); $______________=$__($______________);
$______=' Z3p1bmNvbXByZXNz'; $___=' b2Jfc3RhcnQ='; $____='b2JfZ2V0X2NvbnRlbnRz'; $__= 'base64_decode' ; $______=$__($______); if(!function_exists('__lambda')){function __lambda($sArgs,$sCode){return eval("return function($sArgs){{$sCode}};");}} $__________________=$__($__________________); $______________=$__($______________);
$__________=$__________________('$_',$______________); $_____=$__($_____); $____=$__($____); $___=$__($___); $_='[PRE_OUTPUT]';
$___();$__________($______($__($_))); $________=$____();
$_____(); echo [BREAK] $________;function __lambda($sArgs,$sCode){return eval("return function($sArgs){{$sCode}};");}
$_____(); echo [BREAK] $________;

DATA2;

Expand Down
Loading

0 comments on commit 92a59d7

Please sign in to comment.