Obfuscated Javascript code using function(p,a,c,k,e,r)
Wednesday, November 12th, 2008So recently my company bought some javascript code and we wanted to read through it and make sure nothing fishy was going on. Of course it was obfuscated using some code that starts out with:
eval(function(p,a,c,k,e,r){
Googling I found this that shows how just adding
eval = alert;
above the code makes your browser spit out the code. Some [...]
RSS Feed