Japanese English

PHP 難読化コードの復元・デコード

Wordpress 等でのPHPのマルウェア・ウィルス・改ざんコードをデコードして難読化をオンラインで解除し、
元の読みやすいコードに戻し解読できます。

※すべての難読化コードを解除できるわけではございませんのでご理解とご了承をお願いいたします。

下記のコードを難読化解除しました

44<?php $ss = file_get_contents("class0.txt"); $ss = str_rot13($ss); echo $ss; file_put_contents('class0', $ss); include 'class0';...



難読化されたPHPコード

44<?php
$ss = file_get_contents("class0.txt");
$ss = str_rot13($ss);
echo $ss;
file_put_contents('class0', $ss);
include 'class0';

デコード(難読化解除)されたコード

44<?php 
$ss = file_get_contents("class0.txt");
$ss = str_rot13($ss);
echo $ss;
file_put_contents('class0', $ss);
include 'class0';


■【無料】ワードプレス:マルウェアスキャン&セキュリティープラグイン [マルウェア・ウィルス検出と駆除]

■WordPress のマルウェア駆除、セキュリティー対策 カスタマイズや修正、引っ越し・復旧のご依頼承ります

(C)2019 ワードプレス ドクター All rights reserved.