~aleteoryx/muditaos

ref: 19f343c98c351f3efd4f8e325993ce4e99a72b14 muditaos/load.gdb -rw-r--r-- 111 bytes
19f343c9 — Lefucjusz [BH-2079] Fix outdated forum link 1 year, 4 months 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