DiogenesPolanco / phpobfuscator

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

Javascript functions are obfuscated too. #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a javascript function in a php file like myfunc();
2. make a timeout to this function by using setTimeout("myfunc();",500); in
the same php file.

What is the expected output? What do you see instead?

javascript function is obfuscated too. that is nice but the function name
in string is not obfuscated. this is because it is in a string i know but
is there a way to avoid this? what kind of strings are ignored? (strings
with "" and/or '' )

What version of the product are you using? On what operating system?
0.1 on windows xp 

Please provide any additional information below.
thanks for this software.

Original issue reported on code.google.com by erenezgu on 18 May 2007 at 6:42