mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-31 07:10:55 +02:00
Refactor E and S
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
# Embedded Systems Reverse Engineering
|
||||
# Embedded Systems Reverse Engineering
|
||||
[Repository](https://github.com/mytechnotalent/Embedded-Hacking)
|
||||
|
||||
## Week 6
|
||||
Static Variables in Embedded Systems: Debugging and Hacking Static Variables w/ GPIO Input Basics
|
||||
|
||||
### Exercise 2: Reverse Engineer gpio_set_pulls with GDB
|
||||
### Non-Credit Practice Exercise 2: Reverse Engineer gpio_set_pulls with GDB
|
||||
|
||||
#### Objective
|
||||
Use GDB to disassemble the `gpio_set_pulls` function, trace its register writes to identify the PADS_BANK0 hardware register it modifies, and document how the Pico 2 configures internal pull-up and pull-down resistors at the hardware level.
|
||||
|
||||
Reference in New Issue
Block a user