- May
- 13,738
- 209
IPTOCOUNTRY.HEX is a 116402-line file that looks like this.
I tried reversing it with
15 minutes later, it was still running, using all of one processor ("sort /r IpToCountry.hex" takes a couple seconds).
When I tried to interrupt it with Ctrl-C, I got "tpipe.EXE has stopped working ...". I told Windows to "Close the program" ...
---------------------------
Error
---------------------------
Runtime error 217 at 00010524
---------------------------
OK
---------------------------
Code:
v:\> head v:\IpToCountry.hex
00000000,00FFFFFF,ZZ
01000000,010000FF,AU
01000100,010001FF,CN
01000200,010003FF,CN
01000400,010007FF,AU
01000800,01000FFF,CN
01001000,01001FFF,JP
01002000,01003FFF,CN
01004000,01007FFF,JP
01008000,0100FFFF,TH
I tried reversing it with
Code:
tpipe /input=iptocountry.hex /sort=0,1,0,1,8
15 minutes later, it was still running, using all of one processor ("sort /r IpToCountry.hex" takes a couple seconds).
When I tried to interrupt it with Ctrl-C, I got "tpipe.EXE has stopped working ...". I told Windows to "Close the program" ...
---------------------------
Error
---------------------------
Runtime error 217 at 00010524
---------------------------
OK
---------------------------