From 63680bffeef744dcbc063d28d3d01976ab1bd9fc Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 26 Jun 2025 11:50:53 -0700 Subject: [PATCH] hexedit: add page (#16965) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/hexedit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/hexedit.md diff --git a/pages/common/hexedit.md b/pages/common/hexedit.md new file mode 100644 index 0000000000..a1ad959af5 --- /dev/null +++ b/pages/common/hexedit.md @@ -0,0 +1,20 @@ +# hexedit + +> File editor for hexadecimal and ASCII content. +> More information: . + +- Open file: + +`hexedit {{path/to/file}}` + +- Display file with sectors: + +`hexedit {{[-s|--sector]}} {{path/to/file}}` + +- Maximize file display: + +`hexedit {{[-m|--maximize]}} {{path/to/file}}` + +- Display help: + +`hexedit {{[-h|--help]}}`