From d8c9b99e727e8ddc383fd1508f740ba1c8d9211e Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sat, 3 Jun 2023 10:34:25 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08f7ab9..3374a26 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Supports updater [v1.1.7](https://drive.google.com/file/d/1l7NiaImDJCEhKz6BdxD4U ### Example modding +Supported versions see inside `addresses` directory. + +Values editable by versions inside `mods` directory. Take care about exact values, for ex `50 MHz` is `5_000_000`. + ``` ./modder.py fw/k5_26_encrypted.bin > fw/k5_26_encrypted_mod18to1300.bin ``` @@ -19,13 +23,13 @@ Supports updater [v1.1.7](https://drive.google.com/file/d/1l7NiaImDJCEhKz6BdxD4U ./encdec.py input.bin > output.bin ``` -### Example decrypt +Example decrypt ``` ./encdec.py d k5_26_encrypted.bin > k5_26_raw.bin ``` -### Example encrypt +Example encrypt ``` ./encdec.py e k5_26_raw.bin > k5_26_encrypted.bin