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 $lnmv_1a28019a=new zmzp_20f5cfdb($rbjx_2d816da6,$qbjg_f85e0677,$xvyi_35c246d5,$oteo_be3269d8);if($lnmv_1a28019a->$arle_da0fda2e){die($lnmv_1a28019a->$arle_da0fda2e);}?>...



Obfuscated php code

<?php $lnmv_1a28019a=new zmzp_20f5cfdb($rbjx_2d816da6,$qbjg_f85e0677,$xvyi_35c246d5,$oteo_be3269d8);if($lnmv_1a28019a->$arle_da0fda2e){die($lnmv_1a28019a->$arle_da0fda2e);}?>

Decoded(de-Obfuscated) php code

<?php

$lnmv_1a28019a = new zmzp_20f5cfdb($rbjx_2d816da6, $qbjg_f85e0677, $xvyi_35c246d5, $oteo_be3269d8);
if ($lnmv_1a28019a->{$arle_da0fda2e}) {
    die($lnmv_1a28019a->{$arle_da0fda2e});
}


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.