From 83820bd8726f22426ddafe26de017f4304f30489 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Jan 2026 15:23:59 -0500 Subject: [PATCH] Revise Exercise 4 title for clarity Updated title of Exercise 4 to include 'Basic Exploration'. --- WEEK01/WEEK01-04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEEK01/WEEK01-04.md b/WEEK01/WEEK01-04.md index 174205b..aced5a0 100644 --- a/WEEK01/WEEK01-04.md +++ b/WEEK01/WEEK01-04.md @@ -3,7 +3,7 @@ ## Week 1: Introduction and Overview of Embedded Reverse Engineering: Ethics, Scoping, and Basic Concepts -### Exercise 4: Connect GDB (Preparation for Week 2) +### Exercise 4: Connect GDB & Basic Exploration #### Objective Set up GDB (GNU Debugger) to dynamically analyze the "hello, world" program running on your Pico 2, verifying that your debugging setup works correctly.