ZEND Guard 更改文件名大小写
我使用 Zend Guard 5.0.1,我刚刚注意到它更改了排除的文件的大小写(按原样复制)。由于我的文件名区分大小写,这肯定已经改变了,因为现在什么都不起作用,但我不知道如何改变。 我对变量和函数(而不是类)使用混淆。 我尝试从头开始删除并创建该项目,因为还有其他项目不只是大写。 有人有任何线索吗? 谢谢 阿德里安
I use Zend Guard 5.0.1 and I've just noticed that it changes the capitalization of files that it is excluding (Copy as is). Since my filenames are case-sensitive this must have just changed as nothing works now, but I don't know how.
I use Obfuscation for Variables and Functions (not Classes).
I have tried to delete and create the project from scratch as there are other projects which don't just capitalization.
Does anyone have any clues?
Thanks
Adrian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 Zend Guard 中的命令行工具 (zendenc52/zendec53)。它们不会弄乱文件名大小写。
Try to use command-line tools (zendenc52/zendenc53) from your Zend Guard. They do not mess filename capitalization.