PHP 神盾解密工具
Jun 13, 2016 am 09:37 AM前两天分析了神盾的解密过程所用到的知识点,昨晚我把工具整理了下,顺便用神盾加密了。
这都是昨天说好的,下面看下调用方法吧。
先下载 decryption.zip
然后解压放到一个文件夹里,把你要解密的文件也放进去。
然后新建一个 decode.php 代码写:
<?<span php </span><span require</span>('decryption.php'<span ); decryption(</span>'Code.php'<span ); </span>?>
执行后就会生成 Code_source.php 的源码文件了。
效果
就目前来说没发现任何问题,如果有什么问题可以留言,我会及时处理的。
要注意的几点,decryption.php 文件不要做任何修改,否则执行不了、
decryption.php 输出格式是 utf-8 的,所以你的页面最好也用utf-8 的。
这个工具不能解密自身,我做了验证,其实只是防止不劳而获,希望解密出来的朋友也别把源码发出来,那样真没什么意思。
由于我没有空间,所以没法做在线的解密工具,我抽空群里问下,找个好心人搞一个在线解密吧。

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications.

MySQL connection pool usage and optimization techniques in ASP.NET programs

Ten ways generative AI will change software development

The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications

How to reconnect to MySQL in ASP.NET program?

How to correctly configure and use MySQL connection pool in ASP.NET program?

Recommended configuration for ASP.NET development using Visual Studio on Linux

What are the built-in objects in aspnet?
