【问题标题】:This is not a text file(zend optimizer)这不是文本文件(zend 优化器)
【发布时间】:2012-08-26 22:52:27
【问题描述】:
<?php @Zend;
4123;
/* !This is not a text file!

print <<<EOM

//here goes some zend html code for information

exit();
__halt_compiler();

//here goes the binary data, instead of php code

我已经从主机下载了一个文件以查看/编辑,我看到了这个....许多 php 文件被二进制数据损坏,所以我无法编辑它,我不知道这是怎么回事已修复,或者如何解码此二进制数据?

【问题讨论】:

  • 它的 zenguard 编码,你不要编辑它。

标签: php zend-framework encoding binary zend-optimizer


【解决方案1】:

您打开的文件是二进制文件,而不是文本文件。

这就是为什么没有源代码。

您可以通过联系该文件的原作者获得源代码。

顺便说一句,文件没有损坏。它只是人类无法阅读和编辑。

另请参阅:Decode a PHP encoded with 'zend guard'

【讨论】:

  • 所以唯一的方法是联系对这个文件进行编码的开发人员是吗?
猜你喜欢
  • 2016-06-12
  • 2012-08-02
  • 2012-04-29
  • 2021-07-23
  • 1970-01-01
  • 1970-01-01
  • 2014-03-05
  • 2015-09-20
  • 2013-08-07
相关资源
最近更新 更多