~aleteoryx/muditaos

ref: 3b24ac9e903b7d75ca9e2a09d6317df4e32efaef muditaos/load.gdb -rw-r--r-- 111 bytes
3b24ac9e — Lefucjusz [MOS-1047] Fix calling abort() in EnterNumberWindow 2 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