atreyu187

Dreamcast Gudies - Binary Hacking Tools Explained

Dec 24th, 2012
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1.  
  2. Different between Binhack , Hack , Hack2 , Hack3 , Dahack , Cdda & Bincon
  3.  
  4. [BINHACK] by Echelon
  5.  
  6. It rewrite the place which specifies 45000 sectors in ".BIN" file
  7. It also rewrite the First-Read File Name "Bootbin" & LBA in the "IP.BIN" file.
  8.  
  9. Usage:
  10. binhack ,input "BOOTBIN" , input "IP.BIN" & input "2nd msinfo number"
  11.  
  12.  
  13.  
  14. ----------
  15.  
  16.  
  17. [HACK] by Bero
  18.  
  19. It rewrite the place which specifies 45166 sectors in ".BIN" file
  20.  
  21. Example:
  22. hack 1ST_READ.BIN 11700
  23. This rewrites 45166 sectors to 11700+150+16=11866
  24.  
  25.  
  26.  
  27. ----------
  28.  
  29.  
  30. [HACK2] by ???
  31.  
  32. It rewrite the place which specifies 45150 sectors in ".BIN" file
  33.  
  34. Example:
  35. hack 1ST_READ.BIN 11700
  36. This rewrites 45150 sectors to 11700+150=11850
  37.  
  38.  
  39.  
  40. ----------
  41.  
  42.  
  43. [HACK3] by Pekearai
  44.  
  45. hack3 = hack.exe + hack2.exe
  46.  
  47. Example: hack3 1ST_READ.BIN 11700
  48. This rewrites 45150 sectors to 11700+150=11850
  49. This rewrites 45166 sectors to 11700+150+16=11866
  50.  
  51.  
  52.  
  53. ----------
  54.  
  55.  
  56. [DAHACK] by Pekearai
  57.  
  58.  
  59. dahack for patch ".BIN" file which contain CDDA
  60. The difference between DAHACK & HACK3 was 45150 - 150 alike - 45166
  61. It rewrites to the specification value +150+16.
  62.  
  63. Example:
  64. hack3 1ST_READ.BIN 15000
  65. This rewrites 45150 sectors to 150
  66. This rewrites 45166 sectors to 15000+150+16=15166
  67.  
  68. For this example "15000"
  69. "15000" is the session 2 start sector which obtained by cdrecord -dev=x,x,x -msinfo
  70.  
  71.  
  72. dahack 1st_read.bin 2nd msinfo number
  73.  
  74. same as
  75.  
  76. hack3 1st_read.bin 0
  77. then binhack , 1st_read.bin , ip.bin & input 2nd msinfo number
  78.  
  79.  
  80.  
  81. ----------
  82.  
  83.  
  84. [CDDA] by Pekearai
  85.  
  86. It rewrite ".BIN" file to enable it to play CDDA Track
  87. Notes: It only works on Gametype "Katana" with CDDA
  88.  
  89. Usage:
  90. dahack ".BIN file" 2nd msinfo number
  91. cdda ".BIN file"
  92.  
  93.  
  94.  
  95. ----------
  96.  
  97.  
  98. [BINCON] by dopefish
  99.  
  100. It rewrite "0WINCEOS.BIN" file to enable it to play DC WinCE apps
  101. on selfbootable-cdr or Boot Loader cdr
  102.  
  103. Usage:
  104. bincon 0WINCEOS.BIN 1WINCEOS.BIN
  105. Delete 0WINCEOS.BIN
  106. Rename 1WINCEOS.BIN 0WINCEOS.BIN
  107.  
  108. Notice: After you successfully patch the file "0winceos.bin" ,
  109. you need to start IPBIN4WIN, Open up file "IP.BIN" ,
  110. Click the "S**A OS Used" box on & Click the Patch button,
  111. otherwise it'll not work!
  112.  
  113.  
  114.  
  115. ----------
  116.  
  117.  
  118. [GDROM Sector Info]
  119.  
  120. 45000 - GD-ROM Start sector
  121. 45150 - IP.BIN (16 sector) Start sector
  122. 45166 - GD-ROM DATA Start sector
Add Comment
Please, Sign In to add comment