diff options
-rw-r--r-- | Base/usr/share/man/man1/HexEditor.md | 37 | ||||
-rw-r--r-- | Base/usr/share/man/man1/HexEditor.png | bin | 0 -> 65649 bytes | |||
-rw-r--r-- | Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png | bin | 0 -> 28307 bytes | |||
-rw-r--r-- | Base/usr/share/man/man1/HexEditor_Find_Value.png | bin | 0 -> 17426 bytes |
4 files changed, 37 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/HexEditor.md b/Base/usr/share/man/man1/HexEditor.md new file mode 100644 index 0000000000..4bf2a15b7c --- /dev/null +++ b/Base/usr/share/man/man1/HexEditor.md @@ -0,0 +1,37 @@ +## Name + +![Icon](/res/icons/16x16/hex.png) Hex Editor - Binary file editor + +[Open](file:///bin/HexEditor) + +## Synopsis + +```**sh +$ HexEditor +$ HexEditor file +``` + +## Description + +`Hex Editor` is an application that displays and edits raw and exact file contents. + +Hex Editor abstracts data access into documents, one for memory based streaming (unsaved new files), and another for file based streaming. Hex Editor does not store the entire file in memory, thereby improving load times and efficiently maximizing memory usage. + +![](HexEditor.png) + +### Value Inspector + +The core feature of Hex Editor is value inspector functionality. The inspector operates on current cursor position (or selection start range if one is selected) and interprets bytes moving forward as various data types. The inspector can toggle between big and little endian modes. A value selected in the inspector has its associated bytes that makes up that value gets highlighted in the editor. + +### Find value +One can search using ASCII string or Hex value, the result will be displayed on the right side with corresponding ValueInspector information. + +![](HexEditor_Find_Value.png) + +### Copy value +An option to copy as hex value, as text, or as C-code is available and can extract the file in parts or as a whole. The figure below shows all three output formats transferred into Text Editor. + + +![](HexEditor_Copy_Hex_Text_C_Code.png) + +Hex Editor's simple and straight-forward interface offers search, export, byte pattern insertions and statistics. diff --git a/Base/usr/share/man/man1/HexEditor.png b/Base/usr/share/man/man1/HexEditor.png Binary files differnew file mode 100644 index 0000000000..943ba0bfce --- /dev/null +++ b/Base/usr/share/man/man1/HexEditor.png diff --git a/Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png b/Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png Binary files differnew file mode 100644 index 0000000000..935fbf511d --- /dev/null +++ b/Base/usr/share/man/man1/HexEditor_Copy_Hex_Text_C_Code.png diff --git a/Base/usr/share/man/man1/HexEditor_Find_Value.png b/Base/usr/share/man/man1/HexEditor_Find_Value.png Binary files differnew file mode 100644 index 0000000000..a0c129dd61 --- /dev/null +++ b/Base/usr/share/man/man1/HexEditor_Find_Value.png |