~aleteoryx/muditaos

ref: 62a62295f54e98826b0cb03a4b9a74c3f1bb9faf muditaos/load.gdb -rw-r--r-- 111 bytes
62a62295 — Lefucjusz [MOS-714] Fix passcode lock time discrepancy 3 years ago
                                                                                
1
2
3
4
5
6
7
8
target remote :2331
monitor reset
set mem inaccessible-by-default off
monitor clrbp
monitor halt
load
b main
c