a javascript file like this (test.js):
------------------------------------------------------------------------------
eval(function(p,a,c,k,e,d){e=function(c){return
c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.
toString(a)}k=[function(e){return
d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new
RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return
p}('d=1;i=2;c=6;b=0;a=5;f=3;e=9;h=8;j=7;g=4;',20,20,'||||||||||y|m|r|n|p|s|l|u||
'.split('|'),0,{}))
document.write("110.211.42.212:"+p+m+m+m)
------------------------------------------------------------------------------
the html file like this (test.html):
------------------------------------------------------------------------------
<script src="test.js" type="text/javascript"></script>
------------------------------------------------------------------------------
I use chrome Browser run the html can get this text: 110.211.42.212:9000
But I use Pyv8 always error , I only want to get this text "110.211.42.212:9000"
Please tell me how to write code?? Thanks!!
Original issue reported on code.google.com by hyc...@gmail.com on 8 Aug 2014 at 3:25
Original issue reported on code.google.com by
hyc...@gmail.com
on 8 Aug 2014 at 3:25Attachments: