byterun解码程序php源代码
在php中遇到形如$_F=__FILE__;$_X=的编码文件时,我们需要解码才能还原原始代码,这种形式的编码方式称作:byterun编码,以下为解码源代码:
[php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv="Content-Type">
<?php
$self=__FILE__;
$fn='';
if (isset($_GET['fn'])){
$fn... $_F=__FILE__;$_X=, byterun, byterun decoder, byterun解码阅读全文