如何翻译此句(计算机相关)

来源:百度知道 编辑:UC知道 时间:2024/06/04 17:15:42
Take ,for example, the network-byte order representation of 127.0.0.1: 0x0100007f,we could use this as the base source address and add our bytes.
So 0x54534554 (84.69.83.84) would decode to TEST. Although this approach is fairly naive, it gives you a general idea of how stuff like this can be done.
大意是说以127.0.0.1: 0x0100007f的数值为base source address,然后加上自定义字节数?

对啊,就是以127.0.0.1: 0x0100007f的数值为base source address,然后加上our bytes

例如,IP地址127.0.0.1代表0X0100007f,我们可以用它作为基数,然后加上我们的数位。
所以0x54534554(84.69.83.84)将解密为TEST,虽然这种方法非常幼稚,但它给了我们一种怎样处理这种东西的方法。