Japanese English

PHP deobfuscation, decryption, reconstruction tool

De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.

*Please note that not all obfuscation codes can be decoded.

Decoded the code below.

<?php include "\160\x68\141\x72\72\57\57".basename(__FILE__)."\57\x78";__HALT_COMPILER();...



Obfuscated php code

<?php include "\160\x68\141\x72\72\57\57".basename(__FILE__)."\57\x78";__HALT_COMPILER();

Decoded(de-Obfuscated) php code

<?php

include "phar://" . basename("/var/www/html/input.php") . "/x";
__halt_compiler();


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.