早教吧 育儿知识 作业答案 考试题库 百科 知识分享

英语翻译Take,forexample,thenetwork-byteorderrepresentationof127.0.0.1:0x0100007f,wecouldusethisasthebasesourceaddressandaddourbytes.So0x54534554(84.69.83.84)woulddecodetoTEST.Althoughthisapproachisfairlynaive,itgive

题目详情
英语翻译
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