From 381e08250db08568c316b7a62fe87c02f6d22725 Mon Sep 17 00:00:00 2001 From: theubusu <80545678+theubusu@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:56:32 +0100 Subject: [PATCH] update readme for newreg --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd06c2..789907d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,13 @@ Please note that this project is still under active development and errors may o Build from source, by downloading the code or cloning the respository and running `cargo build --release`. The binary will be saved in `target/release`. # Usage -`unixtract [OUTPUT_FOLDER]` +`unixtract [OPTIONS] [OUTPUT_FOLDER]` +Arguments: `` - The target to analyze/extract. `[OUTPUT_FOLDER]` - Folder to save extracted files to. If an output folder is not provided, extracted files will be saved in folder `_`. +Options: +`-o, --options ` - Format specific or global(for all formats that implement it) options, see the list below for format specific options. You can use this multiple times to activate multiple options. # Supported formats ## Amlogic burning image @@ -55,6 +58,8 @@ If an output folder is not provided, extracted files will be saved in folder `_< **Used in:** Samsung TVs 2013-2015 **Notes:** **Depends on keys** - see keys.rs **Thanks to:** https://github.com/bugficks/msddecrypt +**Options:** +`msd10:save_cmac` - Save CMAC data for files that is skipped by default. ## MSD 1.1 **Used in:** Samsung TVs 2016+ @@ -123,7 +128,9 @@ If an output folder is not provided, extracted files will be saved in folder `_< ## SDDL.SEC **Used in:** Panasonic TVs -**Notes:** Pre-2011 files are not supported. +**Notes:** Pre-2011 files are not supported. +**Options:** +`sddl_sec:save_extra` - Save SDIT.FDI and .TXT files that are not extracted by default. ## SLP **Used in:** Samsung Tizen-based NX series cameras