sort |
---|
4 |
Debug an app thanks to GDB:
./speculos.py -d apps/btc.elf &
./tools/debug.sh apps/btc.elf
Some useful tricks:
- Use the
-t
(--trace
) argument to trace every syscalls. - Semihosting features can be used as an additional debug mechanism.
sort |
---|
4 |
Debug an app thanks to GDB:
./speculos.py -d apps/btc.elf &
./tools/debug.sh apps/btc.elf
Some useful tricks:
-t
(--trace
) argument to trace every syscalls.