脚本内容
<html>
<head>
<script>
for (var x=1;x<256;x++)
for (var y=-128;y<128;y++)
if((((0x32^x)+y)&0xff)==0x2E)
if((((0x32^x)+y)&0xff)==0x2E)
if((((0x20^x)+y)&0xff)==0x20)
if((((0x20^x)+y)&0xff)==0x20)
console.log("xor="+x.toString(16)+"add="+y.toString(16));
</script>
</head>
</html>
需在浏览器中运行,比赛中(数据恢复机)ie浏览器也是可以的
版权说明
本文地址:https://bolg.xs357.com/post-12.html
未标注转载均为本站远程,转载请注明文章出处: