| Issue 2: | Stuck in "botlib.php" | |
| Back to list |
When trying to obfuscate this file, it gets stuck (20+ hours). See attachment. Thanks, |
|
,
Feb 05, 2007
This is actually the same as #4 due to open "/tmp/*"... you can rewrite it as a string concatination and it will work. |
|
,
Feb 07, 2007
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!
|
|
,
Jun 20, 2007
Can you let us know if this is still a bug/issue or if it has been resolved? |
|
|
|