Reply 20 of 25, by mclatilla
- Rank
- Newbie
wrote:There's a check for write-protection, whose result is checked in two different places in the code. The code that sets the state can be patched (just one byte), which makes the program run for a while. Then I see "unexpected error" (perhaps because it can't communicate with anything).
Use a hex editor to change the byte at offset 0xb82d from 03 to 00.
That would work for me 😀 I'll test the whole program on monday.