diff --git a/FINAL/FINAL-01.md b/FINAL/FINAL-01.md index 120417e..c7bbeb7 100644 --- a/FINAL/FINAL-01.md +++ b/FINAL/FINAL-01.md @@ -256,3 +256,12 @@ By submitting this final project, you certify that: 2. You have not shared answers with other students 3. You understand the ethical implications of embedded security research 4. You will only use these skills for lawful purposes + +--- + +## 📚 Reference Material + +- Full scenario narrative and step-by-step instructions: [WEEK14-1.md](WEEK14-1.md) +- ARM Cortex-M33 Technical Reference Manual +- IEEE 754 single-precision floating-point standard +- Ghidra documentation: [https://ghidra-sre.org/](https://ghidra-sre.org/) diff --git a/FINAL/FINAL-02.md b/FINAL/FINAL-02.md index 0dc8518..149202a 100644 --- a/FINAL/FINAL-02.md +++ b/FINAL/FINAL-02.md @@ -283,9 +283,19 @@ These are the most frequent mistakes. Avoid them. ## 📜 Academic Integrity -By submitting this examination, you certify that: +By submitting this final project, you certify that: 1. This is your own work 2. You have not shared answers with other students 3. You understand the ethical implications of embedded security research 4. You understand that the skills demonstrated here may only be used in authorized, lawful contexts 5. You recognize the difference between academic exercises and real-world operations + +--- + +## 📚 Reference Material + +- Full scenario narrative, wiring diagrams, and step-by-step instructions: [WEEK14-2.md](WEEK14-2.md) +- ARM Cortex-M33 Technical Reference Manual +- ARM Thumb-2 Instruction Set Reference +- Ghidra documentation: [https://ghidra-sre.org/](https://ghidra-sre.org/) +- STUXNET analysis: Langner, Ralph. "To Kill a Centrifuge" (for Q1 reference)