From d6892f9dbcbcad3c88cf9cfafc974c785a2880a1 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Jan 2026 15:20:39 -0500 Subject: [PATCH] Update exercise title for clarity in WEEK01-03.md --- WEEK01/WEEK01-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEEK01/WEEK01-03.md b/WEEK01/WEEK01-03.md index 41b00ae..4202f99 100644 --- a/WEEK01/WEEK01-03.md +++ b/WEEK01/WEEK01-03.md @@ -3,7 +3,7 @@ ## Week 1: Introduction and Overview of Embedded Reverse Engineering: Ethics, Scoping, and Basic Concepts -### Exercise 3: Cross-References +### Exercise 3: Find Cross-References in Ghidra #### Objective Learn how to use Ghidra's cross-reference feature to trace how data flows through code, understanding where specific data is read, written, or referenced.