~aleteoryx/muditaos

ref: 773f2c7eb156fadb62983d670c1a8a876b2fe8b7 muditaos/load.gdb -rw-r--r-- 111 bytes
773f2c7e — Lefucjusz [BH-2069] Update license URL in headers 1 year, 5 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