Hello. Does anyone know if there is a tool out there that can UNCOMPILE PHP code, specifically a DSO? (I think a DSO is a PHP File).
I was doing some coding for a game MOD, and I am embarrassingly lost the source code!!!
God, I hope not. That would defeat the purpose of compiling the code to begin with.
Well php is not a compiled language...so I guess that would make decompiling it fairly difficult wouldn't it?
Well damn...
The compiled file is either a DSO or DS extention, and someone told me that I should check here... Darn.
DSO can be whatever. Look here for the docs about DSO.
And no, you can't compile nor reverse engineer a PHP file.
I don't know if it fits the "technical" specification of "compiling", but you can encode your php files to protect your intelletual property (php files). That way you can distribute your work without anyone seeing your code!