From 96ace68cdee217635b7ff9282acfd61a82837d37 Mon Sep 17 00:00:00 2001
From: rapi3 <18531150+rapi3@users.noreply.github.com>
Date: Mon, 5 Apr 2021 22:24:53 +0200
Subject: [PATCH] Update README.md
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 75d9b96..f02fb98 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,10 @@ that point to the `.bss` segment are checked to determine the return value of
`is_licensed`. There are no other obvious references to these locations in
`start.elf`, so memory-breakpoint debugging (**TBD**) is probably needed.
-in /boot/start.elf and /boot/start_x.elf
-search for 47E933363248
-after this hex string:
-if you have 3C18 replace 18 with 1F
-if you have 1D18 replace 18 with 1F
+-
+How to patch the latest version of start.elf?
+in /boot/start.elf and /boot/start_x.elf
+search for 47E933363248
+after this hex string:
+if you have 3C18 replace 18 with 1F
+if you have 1D18 replace 18 with 1F