mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-13 07:36:35 +02:00
Small 6 7 fixes
This commit is contained in:
+4
-3
@@ -146,7 +146,7 @@ file_offset = address - 0x10000000
|
||||
|
||||
##### Step 6: Patch String 1 — "Reverse" → "Exploit"
|
||||
|
||||
1. Open `0x0017_constants.bin` in HxD
|
||||
1. In HxD, open `C:\Users\flare-vm\Desktop\Embedded-Hacking-main\0x0017_constants\build\0x0017_constants.bin`
|
||||
2. Press **Ctrl+G** and enter offset: `3EE8`
|
||||
3. You should see: `52 65 76 65 72 73 65 00` ("Reverse\0")
|
||||
4. Replace with: `45 78 70 6C 6F 69 74 00` ("Exploit\0")
|
||||
@@ -161,8 +161,9 @@ file_offset = address - 0x10000000
|
||||
|
||||
1. Click **File** → **Save As** → `0x0017_constants-h.bin`
|
||||
|
||||
```bash
|
||||
python ../uf2conv.py build/0x0017_constants-h.bin --base 0x10000000 --family 0xe48bff59 --output build/hacked.uf2
|
||||
```powershell
|
||||
cd C:\Users\flare-vm\Desktop\Embedded-Hacking-main\0x0017_constants
|
||||
python ..\uf2conv.py build\0x0017_constants-h.bin --base 0x10000000 --family 0xe48bff59 --output build\hacked.uf2
|
||||
```
|
||||
|
||||
##### Step 9: Flash and Verify
|
||||
|
||||
Reference in New Issue
Block a user