ungalbalaji / phpobfuscator

Automatically exported from code.google.com/p/phpobfuscator
0 stars 0 forks source link

Stuck in "botlib.php" #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to obfuscate this file, it gets stuck (20+ hours). See
attachment. Thanks,

Original issue reported on code.google.com by the1969h...@gmail.com on 3 Jan 2007 at 5:54

Attachments:

GoogleCodeExporter commented 9 years ago
This is actually the same as #4 due to open "/tmp/*"... you can rewrite it as a
string concatination and it will work.

Original comment by gotm...@gmail.com on 5 Feb 2007 at 7:56

GoogleCodeExporter commented 9 years ago
Thanks!

Well, I'm currently using a tuned version I made with my poor knowledge of C#,
because I detected these 'things'. Well, I actually don't remember the original
version so I may be reporting problems it doesn't have (_sorry about that, 
then_):

- functions/variables referred in a class are not obfuscated (ex.
$this->my_function($class2->my_var);
- calls to function names dynamically composed fail; best option to solve that 
was to
implement wildcards on exceptions. For ex. persFunct* excepts persFunctAdd,
persFunctDel, etc... that's because I usually exec different functions based on 
a
extern variable (ex. $_POST[sub] = 'del').
- Same happens with function_exists('blablabla'); if its string isn't in 
exceptions,
the string shall be obfuscated too.
- whitespace removal is quite radical, some javascripts (inlined) stopped 
working, etc.
- etc etc

Anyway this program is a great starting point!

Original comment by the1969h...@gmail.com on 7 Feb 2007 at 2:12

GoogleCodeExporter commented 9 years ago
Can you let us know if this is still a bug/issue or if it has been resolved?

Original comment by gregr...@gmail.com on 20 Jun 2007 at 5:21