Home php教程 php手册 PHP 神盾解密工具

PHP 神盾解密工具

Jun 13, 2016 am 09:37 AM
aspnet software programming

前两天分析了神盾的解密过程所用到的知识点,昨晚我把工具整理了下,顺便用神盾加密了。
这都是昨天说好的,下面看下调用方法吧。

先下载 decryption.zip
然后解压放到一个文件夹里,把你要解密的文件也放进去。
然后新建一个 decode.php 代码写:

<?<span php
</span><span require</span>('decryption.php'<span );
decryption(</span>'Code.php'<span );
</span>?>
Copy after login

执行后就会生成 Code_source.php 的源码文件了。

效果

就目前来说没发现任何问题,如果有什么问题可以留言,我会及时处理的。

 

要注意的几点,decryption.php 文件不要做任何修改,否则执行不了、
decryption.php 输出格式是 utf-8 的,所以你的页面最好也用utf-8 的。
这个工具不能解密自身,我做了验证,其实只是防止不劳而获,希望解密出来的朋友也别把源码发出来,那样真没什么意思。

由于我没有空间,所以没法做在线的解密工具,我抽空群里问下,找个好心人搞一个在线解密吧。

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. Jul 29, 2023 pm 05:19 PM

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 MySQL connection pool usage and optimization techniques in ASP.NET programs Jun 30, 2023 pm 11:54 PM

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

Ten ways generative AI will change software development Ten ways generative AI will change software development Mar 11, 2024 pm 12:10 PM

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 The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications Jul 29, 2023 pm 02:37 PM

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 reconnect to MySQL in ASP.NET program? Jun 29, 2023 pm 02:21 PM

How to reconnect to MySQL in ASP.NET program?

How to correctly configure and use MySQL connection pool in ASP.NET program? How to correctly configure and use MySQL connection pool in ASP.NET program? Jun 29, 2023 pm 12:56 PM

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

Recommended configuration for ASP.NET development using Visual Studio on Linux Recommended configuration for ASP.NET development using Visual Studio on Linux Jul 06, 2023 pm 08:45 PM

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

What are the built-in objects in aspnet? What are the built-in objects in aspnet? Nov 21, 2023 pm 02:59 PM

What are the built-in objects in aspnet?

See all articles