mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-05-16 13:19:14 +02:00
Fix FINAL rubric typos
This commit is contained in:
@@ -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/)
|
||||
|
||||
+11
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user