View Single Post
  #14 (permalink)  
Old 25th Apr 2008, 11:40 am
nintendo nintendo is offline
New Member
 
Join Date: Dec 2007
Posts: 9
Default

8.then, in folder make_fw make .bat file make.bat with text:
cd .\bin
s1fwx a FWIMAGE.FW:fw <script>list.!!!
cd ..
copy .\bin\FWIMAGE.FW .\fw\FWIMAGE.FW
cd .\fw
s1fwx a FWIMAGE.bin:afi <script>list.!!!
cd ..
copy .\fw\FWIMAGE.bin .
del .\fw\FWIMAGE.bin
it will assemble firmware together.
9.in folder FW put files for assemble full firmware. they can be tooked
from other firmwares using EXTRACT.BAT with following text put in folder make_fw:
md bin
md fw
copy %1 .\fw\%1
cd .\fw
s1fwx s %1 >script.afi
s1fwx x %1 >list.!!!
del %1
copy FWIMAGE.FW ..\bin\FWIMAGE.FW
cd ..
cd .\bin
s1fwx s FWIMAGE.FW >script.afi
s1fwx x FWIMAGE.FW >list.!!!
del FWIMAGE.FW
cd ..
10.little trick s1fwx.exe makes wrong hider for brand new firmwares
So, after assembling firmware we need to change hider for one that was in redused FWIMAGE.FW. it is first 512 bite of this file in ready firmware it starts from mooving 0x37400.
__________________
khhhh khhhh (lord vaider)
Reply With Quote