Add files via upload

This commit is contained in:
Kevin Thomas
2026-02-15 13:31:56 -05:00
committed by GitHub
parent dc94433452
commit bbb80afea4
+3 -1
View File
@@ -300,7 +300,9 @@ Ghidra will open. Now we need to create a new project.
1. Open your file explorer 1. Open your file explorer
2. Navigate to the `Embedded-Hacking` folder 2. Navigate to the `Embedded-Hacking` folder
3. Find `0x0005_intro-to-variables.bin` 3. Find `0x0005_intro-to-variables.bin`
4. **Drag and drop** the `.bin` file into Ghidra's project window 4. Select Cortex M Little Endian 32
5. Select Options and set up the .text and offset 10000000
6. **Drag and drop** the `.bin` file into Ghidra's project window
### Step 7: Configure the Binary Format ### Step 7: Configure the Binary Format