Obfuscated Javascript code using function(p,a,c,k,e,r)
KelsinSo 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 formatting may be needed but that’s easy enough to do with any of the online web javascript formatters!