Hacking_Huawei_HG8012H_ONT
Hacking_Huawei_HG8012H_ONT copied to clipboard
HuaweiHeader bytes
Hello, do you have the meaning of the last 16bytes of the huaweiheader, see pics/19checks.png. In this case it's CF DE 14 57 02 00 00 00.
Hi, I'm not sure but 5714DECF 'could' be a timestamp.
Seem correct, thanks bro...
I have tried modifying the firmware .bin file, i.e HG8012HV300R015C10SPC150_common_all.bin and then upload it using the WebUI as a firmware update, Seem there are some other header checks in the file, can you help me. For instance at the start of the bin file;
48 57 4E 50 --seem to be a generic word 00 4C 19 9C --the length of the file minus 4C 28 B7 09 68 -- 9C 10 00 00 -- 52 66 3F 6B -- 0B 00 00 00 --
I have tried comparing the firmware with the this one; http://www.mediafire.com/file/0081lxobklky0k6/HG8xxxV300R015C10SPC130_by_lahcen_lembaraa.zip/file
Hi. I think you are confusing things a bit.....the huawei header that I describe on the article is part of the ROOTFS partittion in NAND. A firmware update file is not just a plain rootfs file, it should probably contain different headers and additional checks. I just remember that I saw a Huawei firm packager some time ago, you can check it here, maybe it helps you determine the header format&checks of a firmware update file:
https://github.com/LeeXiaolan/hwfw-tool
Bye
Thanks, this tool is fantastic ...