Home > Backend Development > PHP Tutorial > Hexadecimal obfuscated php file restoration

Hexadecimal obfuscated php file restoration

WBOY
Release: 2016-08-04 09:22:08
Original
1717 people have browsed it

<code><?php 
$ {"\x47LO\x42\x41\x4c\x53"}"dc\x6dg\x74\x32\x56f"]="\x53a\34\67d\32......";
?>
</code>
Copy after login
Copy after login

上面通过16进制混淆的php文件能不能还原?

回复内容:

<code><?php 
$ {"\x47LO\x42\x41\x4c\x53"}"dc\x6dg\x74\x32\x56f"]="\x53a\34\67d\32......";
?>
</code>
Copy after login
Copy after login

上面通过16进制混淆的php文件能不能还原?

这个真的是毫无难度, 你只要echo一下引号中的文本就知道结果了, 结果如下

<code class="php">$GLBOALS["dcmgt2Vf"] = "Sa7d......";</code>
Copy after login

能还原,但是变量名函数名等等都是乱的字符串

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template