英语翻译
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,然后加上自定义字节数?
人气:499 ℃ 时间:2020-07-01 12:18:11
解答
对啊,就是以127.0.0.1:0x0100007f的数值为base source address,然后加上our bytes
推荐
猜你喜欢