![]() |
#1
|
|||
|
|||
php decompiler ?
Hi,
Does anybody know if there's such a thing ? TIA for any info. |
#2
|
|||
|
|||
Why would you need this? Do you have an example page which is in some way "protected" ? Most "encryption" schemes just convert the text to hex code (like A becomes %41), you could write a simple parser to scan thru and convert back..
Another option would be to base64 encode, but this might actually be similar to the above. In any manner, the server's php probably isn't encrypted, since the server has to parse it. I would think more like the results are being 'encrypted' before being sent to your browser. -Lunar Last edited by Lunar_Dust; 09-22-2003 at 22:07. |
#3
|
||||
|
||||
Well, the PHP I've used is always in text file format, and compiled on demand. So there's no decompiler for it (as the compiled version is only held in memory - never written to disk).
|
#4
|
|||
|
|||
This does look interesting, think I'll have a look at it later:
Quote:
-Lunar |
#5
|
|||
|
|||
Quote:
[Edit by JMI: NO CLICKABLE LINKS PLEASE] |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
DCU Decompiler for XE5 | kafelinux | General Discussion | 5 | 06-27-2019 12:36 |