~aleteoryx/muditaos

ref: 64ff02ab0f5857f52b9bf412ab1d9dfac0ef6fc9 muditaos/load.gdb -rw-r--r-- 111 bytes
64ff02ab — Lefucjusz [MOS-783] Fixed issues with generating imgs 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