Page 1 of 2
Decode Zend?
Posted: Thu Feb 17, 2005 8:07 pm
by /usr/local/
Hi,
Is it possible to decode a php file encoded with Zend?
Posted: Fri Feb 18, 2005 10:52 am
by /usr/local/
impossible?

Posted: Fri Feb 18, 2005 11:57 am
by patrikG
why?
Posted: Fri Feb 18, 2005 1:20 pm
by /usr/local/
because i have just encoded php code. I found my old code. And I need to decode it..
Is it possible?
Posted: Fri Feb 18, 2005 3:43 pm
by feyd
should be possible. Fun? not likely.
Posted: Fri Feb 18, 2005 6:09 pm
by mudkicker
Fun? not likely.

Posted: Fri Feb 18, 2005 6:45 pm
by timvw
decode to what? i'm pretty sure it decodes to zend vm bytecode...
if the code is yours, you should be able to write the code again... and might want to spend some time on a source management system...
Posted: Sat Feb 19, 2005 8:32 pm
by /usr/local/
no i cant write again because it wasnt my code.
my friend gave me decodede.
i just wanted to know how to decode it.
is it possible?
thanks
Posted: Sat Feb 19, 2005 8:36 pm
by feyd
if it can be run, then it can be decoded. Whether it can be decoded to anything really useful, is unlikely.
Posted: Sun Feb 20, 2005 2:39 am
by patrikG
first it's's your code, now it's your friend's code, /usr/local/. Which one is it?
Posted: Sun Feb 20, 2005 6:41 am
by d3ad1ysp0rk
patrikG wrote:first it's's your code, now it's your friend's code, /usr/local/. Which one is it?
His "friends" code which he "happened" to get off his server "by accident".

Posted: Sun Feb 20, 2005 8:44 am
by /usr/local/
My friend give me some code decoded and i added more modules to it. It's now half encoded half decoded. My friends told me that he has no decoded codes.
I need to decode all the codes.
But I don't know how? Please help me!
Posted: Sun Feb 20, 2005 8:47 am
by mudkicker
Ithink you have to get the program which he/she used to encode the script and decode it with that program for yourself...
Posted: Sun Feb 20, 2005 9:11 am
by John Cartwright
Im pretty sure if you are able to decode it easily, it would defy its purpose of ever existing. It is encoded to protect its content.
Posted: Mon Mar 07, 2005 4:08 pm
by php_hacker
/usr/local/ wrote:impossible?

I cant call anything impossible.
You know, when SourceGuardianII was launched, everyone said that its impossible to decode scripts which are encoded using it. But now its possible to decode those files.
Maybe someone can do Zend also.