Quote Originally Posted by haute View Post
Hello, I do not know that Memory disassemble the boot.
I can use the same script.idc to boot?.
boot.bin is just an extremely small firmware. On most devices it even shares the same loading address with fw_all.bin.
But be careful with patching it, as boot.bin contains the bootloader and, sometimes, the x-loader and it flashes them on some conditions. If the bootloader or the x-loader crashes then the device is 'bricked' and can't be recovered without unsoldering the flash chip. So if boot.bin crashes while flashing the bootloader or the x-loader, it corrupts them and bricks the device. That's why we should be careful while patching boot.bin.

Quote Originally Posted by haute View Post
Thank you very much for your help .... not many people who enjoy this.
I hope to find someone with the same interests as me