EnPHP Decoder
生成状态
用PHP编写的EnPHP解码器。由PHP解析器提供支持。
检查存储库描述中的链接。
解密 一个文件
php bin/decode.php input.php output.php
可以用 bin/decode.php 解密 input.php 并且保存到output.php文件中
解密一个目录所有文件
php bin/decodeRecursive.php dir/
要求 bin/decodeRecursive.php 以递归方式解密目录dir/ 所有的文件并且把它保存到其原始路径。
你可以用绝对路径 /path/to/your/dir/.
CAUTION: This will OVERWRITE all php files! If any error happened with the decoder, your files MAY NOT BE RECOVERED! Please backup your files!
About EnPHP Bugs
See docs/enphp_bugs.md.
标签:
本文链接:http://78moban.cn/post/14270.html
版权声明:站内所有文章皆来自网络转载,只供模板演示使用,并无任何其它意义!
上一篇:mzphp2混淆原理以及解密思路