Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- try {
- $___d5evl = function ($i, $c) {
- if (substr(trim($c), 0, 5) === '<?php') {
- $c = substr($c, stripos($c, '<?php') + 5);
- }
- if (substr(trim($c), -2) === '?>') {
- $c .= '<?php ';
- }
- $t = "throw new DEV5Error(\"" . $i . "\",\$e->getLine(),\$e->getMessage(),\$e->getCode(),\$e);";
- return 'try { ' . $c . '}' . "catch (DEV5Error \$e) { throw \$e; }" . "catch (DivisionByZeroError \$e) { " . $t . " }" . "catch (ArgumentCountError \$e) { " . $t . " }" . "catch (ArithmeticError \$e) { " . $t . " }" . "catch (ParseError \$e) { " . $t . " }" . "catch (AssertionError \$e) { " . $t . " }" . "catch (TypeError \$e) { " . $t . " }" . "catch (Exception \$e) { " . $t . " }" . "catch (Error \$e) { " . $t . " }" . "catch (Throwable \$e) { " . $t . " }";
- };
- $_d5sys = (!hasFile(D5_API . $d5sys . '.sys') ? NULL : getFile(D5_API . $d5sys . '.sys', FILE_TEXT));
- if (!$_d5sys) {
- throw new DEV5Error('api~exec', '"system~' . $d5sys . '" not found!', -1);
- }
- else if (substr($_d5sys, 0, 5) === '<?php') {
- eval('?>' . $_d5sys);
- ........................................................................................
- .............................................
- .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement