Japanese English

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

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

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

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

<?php namespace Mgt\Varnish\Model\Logger; class Handler extends \Magento\Framework\Logger\Handler\Base { const DEBUG = 100; protected $loggerType = 100; protected $fileName = "\57\x76\x61\162\57\154\x6f\x67\57\155\147\164\137\166\141\x72\156\151\163\150\x2e\x6c\x6f\147"; }...



難読化されたPHPコード

<?php
 namespace Mgt\Varnish\Model\Logger; class Handler extends \Magento\Framework\Logger\Handler\Base { const DEBUG = 100; protected $loggerType = 100; protected $fileName = "\57\x76\x61\162\57\154\x6f\x67\57\155\147\164\137\166\141\x72\156\151\163\150\x2e\x6c\x6f\147"; }

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

<?php

namespace Mgt\Varnish\Model\Logger;

class Handler extends \Magento\Framework\Logger\Handler\Base
{
    const DEBUG = 100;
    protected $loggerType = 100;
    protected $fileName = "/var/log/mgt_varnish.log";
}


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

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

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