POUR INFORMATION
================

1) Configuration logicielle utilisée par l'intervenant:
(ne modifiez pas votre installation si elle fonctionne)
- OS: Kali 2024.3
- Java: openjdk 21.0.5
- Ghidra: 11.2 build public

2) Firmware:
- re-training-dump-2.bin
- SHA256: 12f891606e0a174380031403913443f43f7f2df22f916d9547df7cc38f8fc085

3) Datasheet:
- "PAN2025B User Manual.pdf"

4) Documentation du jeu d'instructions ARM Cortex-M0+:
https://developer.arm.com/documentation/dui0662/b/The-Cortex-M0--Instruction-Set

5) Raccourcis clavier utilisables dans Ghidra:
| Raccourci | Fonction |
| :---: | --- |
|   c   | Clear code bytes |
|   f   | Create function |
|   g   | Go to... |
|   l   | Add label... |
|   t   | Choose data type... |
|   ;   | Comments\Set... |
|  F12  | Disassemble - Thumb |
| Ctrl + z | Undo |
| Alt + ← (left arrow) | Go to previous location |
| Alt + → (right arrow) | Go to next location |
