简体   繁体   English

这不是文本文件(Zend优化器)

[英]This is not a text file(zend optimizer)

<?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

I have downloaded a file to view/edit from the hosting, and I see this....many php files are corrupted with binary data, so I can't edit it and I don't know how can this be fixed, or how can I decode this binary data? 我已经从托管服务器下载了一个文件来查看/编辑,我看到了...。许多php文件已损坏为二进制数据,因此我无法对其进行编辑,也不知道如何解决此问题,或者如何解码此二进制数据?

The file you have opened is a binary and not a text file. 您打开的文件是二进制文件,而不是文本文件。

That is why there is no source-code. 这就是为什么没有源代码的原因。

You get the source-code by contacting the original author of that file. 您可以通过与该文件的原始作者联系来获取源代码。

Btw, the file is not corrupted. 顺便说一句,文件未损坏。 It is just not human read- and editable. 它不是人类可读和可编辑的。

See as well: Decode a PHP encoded with 'zend guard' 另请参见: 解码使用“ zend guard”编码的PHP

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM