Quote:
Originally Posted by Masterchief
I'm going to assume you've never used .NET or have even read up on it, because otherwise you would know that .net assemblies are the easiest language to extract source code from since they're converted to IL instead of native machine code, which can be easily translated back to c#/vb.net/etc
|
Masterchief, to get the php code is easier than the .NET, as 95% of the PHP files are not crypted with that zend tool so it is not compiled at all - it is just the code for you to take.
Egomancer