解码使用'zend guard'编码的PHP [英] Decode a PHP encoded with 'zend guard'

查看:310
本文介绍了解码使用'zend guard'编码的PHP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我知道一些Zend Optimizer,但从未考虑过对于源代码保护,我知道到底,字节码将需要为解释器解码,并确保人们可以使用某些软件轻松解码优化的文件。



现在我需要解码一些文件,除了一些付费服务外,我找不到任何东西。我们拥有代码的所有权,现在被锁定以进行任何更改和调试。如何解码我们的文件?

解决方案

Zend Guard非常昂贵的软件工具的全部要素是加密代码,以便它不能被解码。这是重点。



如果混淆不在,那么有可能您可以让专业人士获得代码,减少评论和格式通过黑客代码引擎。如果混淆了,那么更容易重写它是诚实的。



从Zend网站读取这篇文章,我知道这是一个有偏见的来源,但他们是对的: http://forums.zend.com/viewtopic.php? f = 57& t = 2242


We have a website maintained by an old employee and it appears it's encoded by Zend Guard including all backups.

I know a little about Zend Optimizer, but never considered it for source protection as I know in the end the bytecode will need to be decoded for the interpreter, and was sure people easily decode optimized files using some software.

Now I need to decode some files and I can't find anything but some 'paid services'. We have the ownership of the code and are locked out now for any changes and debugging. How can I decode our files back?

解决方案

The entire point of the very expensive software tool Zend Guard is to encrypt code so that it can not be decoded. That is the point.

If obfuscation is not on, then there is a possibility that you may be able to get a professional to get the code back, less comments and formatting by means of hacking the code engine. If obfuscation is on, then it's easier to rewrite it to be honest.

Have a read of this article from the Zend site, I know it is a biased source but they are right: http://forums.zend.com/viewtopic.php?f=57&t=2242

这篇关于解码使用'zend guard'编码的PHP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆