我如何让它变得可读,不知道这是什么代码 [英] how i make it a readable no idea what code is this

查看:62
本文介绍了我如何让它变得可读,不知道这是什么代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 0 1 2 3 4 5 6 7 8 9 abcdef 
00000000h:0A 0D 0A 84 00 00 00 4D 3C 2B 1A 01 00 00 00 00
00000010h: FF FF FF FF FF FF FF FF 03 00 2B 00 36 34 2D 62
00000020h:69 74 20 57 69 6E 64 6F 77 73 20 37 20 53 65 72





i不知道这是什么类型的代码以及如何让它变得可读..如果有人有任何想法,请帮助我吗?

解决方案

有些问题很难解决。有些问题在理论上是无法解决的。解决其他一些问题毫无意义。但是,也存在甚至不应该提出的问题。也许你需要它来接受一个非常基本但简单的原则: Garbage in,garbage out http://en.wikipedia.org/wiki/Garbage_in,_garbage_out [ ^ ]。



-SA


序列36 34 2d 62 69 74 20 ....直到你的截图结束是文本:

64位Windows 7 Ser的ASCII格式。前4个字符是两个新行。 Rest是一些二进制代码,无法将其解释为文本。


            0  1 2  3  4  5  6  7  8  9  a  b  c  d  e  f
00000000h: 0A 0D 0A 84 00 00 00 4D 3C 2B 1A 01 00 00 00 00
00000010h: FF FF FF FF FF FF FF FF 03 00 2B 00 36 34 2D 62
00000020h: 69 74 20 57 69 6E 64 6F 77 73 20 37 20 53 65 72 



i have no idea what kind of code is this and how to make it a readable ..kindly help me if someone have any idea?

解决方案

Some problems are difficult to solve. Some problems are theoretically unsolvable. Solving of some other problems make no sense. But also, there are problem which should not even be posed. Perhaps all you need it to embrace one very fundamental but simple principle: "Garbage in, garbage out": http://en.wikipedia.org/wiki/Garbage_in,_garbage_out[^].

—SA


sequence 36 34 2d 62 69 74 20 .... till end of your screenshot is the text:
"64-bit Windows 7 Ser" in ASCII. First 4 characters are two new lines. Rest is some binary code not possible to interpreet as a text.


这篇关于我如何让它变得可读,不知道这是什么代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆