Jeffrey
Jeffrey
Can anyone share the image of the PCB inside this camera ?
> The u-boot flashing procedure verifies a signature in the firmware, using libsodium. To flash a modified firmware we would also need to sign it. I see some keys for...
I tried with sub.example.com. But still have the issue. While debugging the code (route_headers.go), I found that the header information is not available in `r.Header.Get(header)` Below fix (line 91) helped...
I have pasted below the code. Note that the behavior from CURL and browser are different. Crash report from the app when using CURL is shown at the end. 1)...
@felicianotech can you please paste the working code here ?
I am also interested in understanding the ggml file format. Could you please document that ? Curious to know why a new file format was created.
You need some soldering skills. Try this if you can https://jcjc-dev.com/2016/06/08/reversing-huawei-4-dumping-flash/
Also give a try to read the mtd blocks from the linux itself. https://stackoverflow.com/questions/13055748/reading-nand-flash-and-writting-it-to-another-system https://hub.packtpub.com/extracting-data-physically-dd/
Is it possible to post the output of the below command. Wanted to understand what blocks were doing `cat /proc/mtd `
My plan was to dump the complete flash and see using a disassembler. There we should be able to see the part where the hash verification is done which we...