zend-guard

How to install Zend Guard Loader on Xampp

ぐ巨炮叔叔 提交于 2021-01-28 08:31:10
问题 I have been using a software which files are encoded by Zend Guard. Since PHP 5.3 + versions don't support Zend Optimizer hence I have to install Zend Guard Loader to run that application on my windows xampp installation. I downloaded Zend guard loader and copied to xampp folder.Then I edited the following lines to php.ini file. zend_extension ="E:\xampp\ZendGuardLoader\php-5.4.x\ZendLoader.dll" zend_loader.enable=1 Then restarted the xampp but it was giving php5.dll missing error then I

is it possible to decode a file encoded by zend safeguard?

纵然是瞬间 提交于 2020-01-05 09:05:24
问题 I was looking for php encoder and found a zend safeguard. I googled about safeguard and found out that there are many decoders for zend safeguard. Zend told me that it is not possible to decode zend encoded files, but users over the internet do not agree. I cannot seem to find a clear answer for my situation. what do you guys think? 回答1: To put it simply, it must be decoded for you to be able to run it. At some point, the encrypted data is decrypted to PHP bytecode during normal operation,

Decode a PHP encoded with 'zend guard'

纵然是瞬间 提交于 2019-12-17 23:07:02
问题 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

Decode a Zend Guard encoded file with Zend Studio

一曲冷凌霜 提交于 2019-12-11 09:26:33
问题 So I have a fairly large system which we have encoded with Zend Guard. As this pretty badly messes up any SVN control, its a bit of a pain to deploy / make changes. Does anyone know if its possible to use the Zend Studio FTP editing to decode and edit files that have been encoded? When I open them it says The file filepath/filename.php was encoded by Zend Guard. Would you like to open it anyway? If you click yes, it just opens the raw encoded file. I have both Zend Guard / Studio installed on