Quote
BMD_Online
But, searching "H4CK" sequence in memimage_new.bin
give me 2 locations.
Searching "H4CK" in memimage_new.bin gives me these two positions :
0x23001
0x123001
I have tried to split my image into two files :
first one from start to 0x0FFFFF
second one from 0x100000 to the end.
They are excatly the same... except the end :
- First one contains 64k firmware.
- Second one is smallest from 64k.
It seems that I have a crappy DPF memory, with only 1Mb, but displaying more.
If I update phack to use 1Mb instead of 2Mb...
flash_size = 1024; (...) for (x=((flash_size-64)/32); x<(flash_size/32); x++) {
... I can extract memory and firmware correctly, but It changes nothing when flashing.
I will continue my investigations.