mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-12 07:06:42 +02:00
Small 6 7 fixes 2
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ After completing this exercise, you should be able to:
|
||||
|
||||
###### Question 2: The LCD is a 1602 (16 columns × 2 rows). What would happen if you could somehow put a 20-character string in memory? Would the LCD display all 20, or only the first 16?
|
||||
|
||||
###### Question 3: If you wanted to combine both hacks from Exercise 1 (changing strings) AND the Week 7 tutorial hacks (changing FAV_NUM and OTHER_FAV_NUM), could you do all patches in a single `.bin` file? What offsets would you need to modify?
|
||||
###### Question 3: If you wanted to combine the string hacks from Exercise 1 (changing both LCD lines) AND a hypothetical numeric hack (e.g., changing the `movs r1, #42` encoding at offset `0x28E`), could you do all patches in a single `.bin` file? What offsets would you need to modify?
|
||||
|
||||
###### Question 4: Besides LCD text, what other strings could you patch in a real-world embedded device to change its behavior? Think about Wi-Fi SSIDs, Bluetooth device names, HTTP headers, etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user