Advertisement
Guest User

Maxi

a guest
Nov 23rd, 2010
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. root@ubuntu:/home/digit/st2205tool# ls -al whole-memory.bin
  2. -rw-r--r-- 1 root root 2097152 2010-11-23 16:28 whole-memory.bin
  3. root@ubuntu:/home/digit/st2205tool# perl -e 'undef $/; $_=<>; $o=0; while(/SITRONIX CORP/) { $o+=length($`); printf "offset=$o (0x%04x)\n",$o; $o+=length($&); $_=$'\'' }' whole-memory.bin
  4. offset=0 (0x0000)
  5. offset=16384 (0x4000)
  6. offset=65536 (0x10000)
  7. offset=81920 (0x14000)
  8. offset=131072 (0x20000)
  9. offset=147456 (0x24000)
  10. offset=188416 (0x2e000)
  11. offset=196608 (0x30000)
  12. offset=212992 (0x34000)
  13. offset=262144 (0x40000)
  14. offset=278528 (0x44000)
  15. offset=319488 (0x4e000)
  16. offset=327680 (0x50000)
  17. offset=344064 (0x54000)
  18. offset=393216 (0x60000)
  19. offset=409600 (0x64000)
  20. offset=450560 (0x6e000)
  21. offset=466944 (0x72000)
  22. offset=516096 (0x7e000)
  23. offset=532480 (0x82000)
  24. offset=573440 (0x8c000)
  25. offset=589824 (0x90000)
  26. offset=606208 (0x94000)
  27. offset=655360 (0xa0000)
  28. offset=671744 (0xa4000)
  29. offset=712704 (0xae000)
  30. offset=720896 (0xb0000)
  31. offset=737280 (0xb4000)
  32. offset=786432 (0xc0000)
  33. offset=802816 (0xc4000)
  34. offset=843776 (0xce000)
  35. offset=851968 (0xd0000)
  36. offset=868352 (0xd4000)
  37. offset=917504 (0xe0000)
  38. offset=933888 (0xe4000)
  39. offset=974848 (0xee000)
  40. offset=983040 (0xf0000)
  41. offset=999424 (0xf4000)
  42. offset=1048576 (0x100000)
  43. offset=1064960 (0x104000)
  44. offset=1105920 (0x10e000)
  45. offset=1122304 (0x112000)
  46. offset=1171456 (0x11e000)
  47. offset=1187840 (0x122000)
  48. offset=1228800 (0x12c000)
  49. offset=1245184 (0x130000)
  50. offset=1261568 (0x134000)
  51. offset=1310720 (0x140000)
  52. offset=1327104 (0x144000)
  53. offset=1368064 (0x14e000)
  54. offset=1376256 (0x150000)
  55. offset=1392640 (0x154000)
  56. offset=1441792 (0x160000)
  57. offset=1458176 (0x164000)
  58. offset=1499136 (0x16e000)
  59. offset=1515520 (0x172000)
  60. offset=1564672 (0x17e000)
  61. offset=1581056 (0x182000)
  62. offset=1622016 (0x18c000)
  63. offset=1638400 (0x190000)
  64. offset=1654784 (0x194000)
  65. offset=1703936 (0x1a0000)
  66. offset=1720320 (0x1a4000)
  67. offset=1761280 (0x1ae000)
  68. offset=1769472 (0x1b0000)
  69. offset=1785856 (0x1b4000)
  70. offset=1835008 (0x1c0000)
  71. offset=1851392 (0x1c4000)
  72. offset=1892352 (0x1ce000)
  73. offset=1896448 (0x1cf000)
  74. offset=1900544 (0x1d0000)
  75. offset=1916928 (0x1d4000)
  76. offset=1961984 (0x1df000)
  77. offset=1966080 (0x1e0000)
  78. offset=1970176 (0x1e1000)
  79. offset=1986560 (0x1e5000)
  80. offset=2031616 (0x1f0000)
  81. offset=2035712 (0x1f1000)
  82. offset=2052096 (0x1f5000)
  83. offset=2064384 (0x1f8000)
  84. offset=2068480 (0x1f9000)
  85. offset=2084864 (0x1fd000)
  86. offset=2088960 (0x1fe000)
  87. offset=2093056 (0x1ff000)
  88. offset=2093568 (0x1ff200)
  89. offset=2094080 (0x1ff400)
  90. offset=2094592 (0x1ff600)
  91. offset=2095104 (0x1ff800)
  92. offset=2095616 (0x1ffa00)
  93. offset=2096128 (0x1ffc00)
  94. offset=2096640 (0x1ffe00)
  95. root@ubuntu:/home/digit/st2205tool#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement