My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 2: Stuck in "botlib.php"
  Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by the1969huff, Jan 03, 2007
When trying to obfuscate this file, it gets stuck (20+ hours). See
attachment. Thanks,
botlib.php
11.3 KB   Download
Comment 1 by gotmada, 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.



Comment 2 by the1969huff, 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!
Comment 3 by gregraiz, Jun 20, 2007
Can you let us know if this is still a bug/issue or if it has been resolved?
Sign in to add a comment

Hosted by Google Code