
|
010 Editor - Full Feature List
The following is a list of all features in 010 Editor. Any features not
available in the initial release indicate the version number when they were
first available. The Release Notes for 010 Editor
are also available to see when different features were added.
- Hex Editor
- Easy-to-use hex editor with standard commands (cut, copy, paste, etc).
- Unlimited undo/redo for most operations (even inserting large blocks).
- Unlimited file size and files are opened instantly.
- Modified bytes are highlighted in the editor.
- Multiple documents can be opened at the same time.
- Tabs for switching between files.
- Optionally highlight current line while editing.
- Select all bytes, or any range in the file.
- Open multiple views of the same file.
- Set File Size, Insert Bytes, Fill Bytes, or Insert File commands.
- Integrated with the Windows Explorer right-click menu for easy access.
- Drag and drop from Windows Explorer to open files. (v1.1)
- Cursor size changes in Insert/Overwrite mode. (v2.0)
- Can split the hex editor into two parts. (v2.0)
- Scrolling can be synchronized between windows. (v2.0)
- Division lines can be used to indicate blocks of data. (v2.0)
- Sector lines are drawn to indicate sectors on a hard drive. (v2.0)
- Addresses can be displayed as hex, decimal, octal, or line number. (v2.0)
- Specify many options (font, endian, character set, etc.) automatically
based on the file extension.
- Use any font for editing.
- Edit data as hex, character, octal, binary, or decimal values.
- Supports ASCII, ANSI, OEM, EBCDIC, UNICODE, Macintosh, plus International character sets. (v2.0)
- Automatically choose number of bytes per row or use custom value (up to 1024).
- Group bytes together by sets of 1, 2, 4, 8, or a custom value.
- Ruler for locating byte offsets.
- Hard Drive Editing
- Open entire logical or physical hard drives using 'File > Open Drive'. (v2.0)
- Support for editing hard drives, floppy disks, CD-ROMs, memory keys, flash drives, etc. (v2.0)
- Make disk images for drive using 'File > Save As'. (v2.0)
- Jump to next or previous drive sector with Alt+Down, Alt+Up. (v2.0)
- Get properties of the drive using 'Edit > Properties'. (v2.0)
- Open hard drives from the command line. (v2.0)
- (Note: hard drive editing features are only available for Windows XP, 2000, and NT).
- Process Editing
- Open processes using 'File > Open Process'. (v2.0)
- Select which heaps or modules to open. (v2.0)
- Make image of process using 'File > Save As'. (v2.0)
- Get properties of the process using 'Edit > Properties'. (v2.0)
- Open processes from the command line. (v2.0)
- List of current heaps displayed in 'Process' tab of the Output Window. (v2.0)
- Clipboards
- Fast clipboard operations using the DynaBin Data Engine.
- Often huge blocks can be copied or pasted instantly.
- Supports the Windows clipboard plus 9 user clipboards.
- Copy data as hex bytes, or paste from hex bytes.
- Allows pasting in a variety of different formats with 'Paste Special'. (v1.3)
- Easily export or import data from a variety of different formats using 'Copy As' and 'Paste From' (v2.1).
- Highlighting
- Apply highlighting rules to easily identify bytes by color.
- Built in highlights for linefeeds, non-ASCII characters, control characters, etc.
- Specify custom highlights using sequences such as "0..5, 0x10, '\n', '\r'".
- Multiple highlights can be applied at the same time using different colors. (v2.0)
- Workspace
- Easily keep track of all open/recent files.
- Add files to a favorites list.
- Locate files which currently have bookmarks.
- Integrated File Explorer with history and filters.
- Inspector
- Automatically interpret and edit data in a number of different formats.
- Supports editing Bytes, Shorts, Ints, or Quads (Unsigned or Signed) plus Float, Double, and String.
- Many date formats supported including DOSTIME, DOSDATE, FILETIME, OLETIME, and time_t.
- File can be parsed into variables easily using Binary Templates.
- Displays any bookmarks created for the file.
- Calculator
- Integrated expression calculator using C syntax (for example '0x100 + (191 << 8)').
- Many operators supported including +, -, *, /, &, ~, ^, %, |, <<, >>, ?:, etc.
- Variables and arrays can be used.
- 145 integrated functions including Sin, Cos, Pow, Sqrt, etc. (v2.0 updated)
- Binary Templates
- Easily parse binary files into a number of variables.
- Templates are written using a syntax similar to C/C++.
- Extremely flexible syntax allows virtually any file to be completely parsed.
- Integrated source code editor with syntax highlighting.
- Context sensitive help when editing templates. (v2.0)
- When a variable is declared in a template, the variable is mapped to a set of bytes in the file.
- File can be read or modified using the created variable.
- Position mouse over a byte in the hex editor and a hint popup will display the variable at that position. (v2.0)
- Variables can be edited using the Inspector, the Calculator, or a Script.
- Use structs to parse data into a hierarchal structure.
- Use if-else, for, or while when defining data structures.
- Color and endian of variables can be specified.
- Support for typedefs.
- Support for bitfields. (v1.3)
- Built-in support for a large number of data types.
- Includes support for enums - shows a drop-down list of all values when editing. (v1.1)
- Templates can be configured to automatically run when a file is loaded.
- Sample templates included for ZIP, BMP, and WAV files (v2.0 updated)
- Support for forward and recursive structures. (v1.1)
- Specify hex, decimal, octal, or binary display for variables. (v1.3)
- Read null-terminated or constant size strings.
- Run templates from the command line. (v2.0)
- Online template repository for sharing templates. (v2.0)
- Define your own custom functions (recursion supported). (v2.0)
- Support for unions. (v2.0)
- Define your own custom data types by writing special read/write functions. (v2.0)
- New 'Jump to Template Variable' command to lookup a template variable from a file address. (v2.0)
- For more information, see Binary Templates.
- Scripts
- Write mini programs using C syntax (similar to the Calculator).
- Can modify any of the variables created in a Binary Template.
- Can be used to control the interface, open files, close files, etc.
- Integrated source code editor with syntax highlighting.
- Context sensitive help when editing scripts. (v2.0)
- Use if-else, for, or while to control program flow.
- Support for switch, case, break, and continue keywords. (v2.0)
- Use '#include' keyword to include files. (v2.0)
- Special string type included.
- 145 integrated functions for file manipulate, math, I/O, etc. (v2.0 updated)
- Support for standard C Printf function.
- Perform complex operations such as Compare, Find, Find in Files, Checksums, Import, Export, etc with script functions. (v2.0)
- Run scripts from the command line. (v2.0)
- Can mark scripts to be run on startup, shutdown, or when certain files are opened. (v2.0)
- Special keywords 'exists' and 'startof' for working with template variables. (v2.0)
- New sample scripts for splitting or joining binary files. (v2.0)
- Online script repository for sharing scripts. (v2.0)
- Bookmarks
- Bookmarks can be used to flag a set of bytes in a file.
- Created bookmarks are persistent (automatically saved).
- A bookmark can be interpreted as a number of different data types or an array, and edited using the Inspector.
- Endian and color can be specified for each bookmark.
- Bookmarks can now be defined using custom data types defined in Templates. (v2.0)
- Bookmarks can be set to move when the cursor changes position. (v2.0)
- Find and Replace
- Search or replace by any of the supported data types (ASCII string,
EBCDIC string, int, float, etc.).
- Find field in main display allows searching for any data type
without opening the Find dialog.
- Find All command displays all results in a table, highlights
bytes in the main display, and displays a graph of where
the occurrences are located.
- Find Next or Find Previous commands.
- Match case or whole word options for string searches.
- Find by a numeric tolerance (i.e. +/- 0.0001) for float or double
searches.
- Pad with zeros option when replacing strings.
- Replace All command, or interactively step through all possible
replacements.
- Search up or down.
- Keeps a history of previous finds and replaces.
- Can search with wildcards '*' and '?'. (v2.0)
- Allow multiple find ranges to color the same file. (v2.0)
- Find works with UNICODE. (v2.0)
- Find in Files
- Can recursively search a directory or all open files for a set of bytes. (v2.0)
- Find in Files displays results in a table and includes a graph to
indicate where the occurrences were found. (v2.0)
- Can expand or hide results for each file. (v2.0)
- Goto
- Easy to use tool to jump to any address in a file.
- Jump relative from the beginning of file, the current position, or the
end of a file.
- Goto field in the main display allows jumping to addresses without
opening the Goto dialog (including jumping in any direction).
- Goto again command which can be used for stepping through a file.
- Keeps a history of previous Goto commands.
- Import/Export Data
- Import or Export data in any of the following formats (updated v2.1):
- Hex Text
- Decimal Text (v1.2)
- C/C++ Code
- Java Code
- Intel 8, 16, or 32 Bit Hex Codes
- Motorola S-Records (3 types)
- Base64
- Uuencoded Data
- Export data to any of the following formats (v2.1):
- Rich Text Format (RTF)
- Web Page (HTML)
- Text Area
- Can import files from the command line.
- Drag and drop Intel Hex or Motorola files from Windows Explorer to import them. (v1.1)
- Can automatically associate 010 Editor with Intel Hex or Motorola files. (v1.1)
- Verify checksum when importing an Intel-hex file. (v2.0)
- Can import multiple files at the same time. (v2.0)
- Support for reading and writing Intel Hex files that use word-based addresses. (v2.0)
- Support for importing or exporting date to or from the clipboard. (v2.1)
- Printing
- Full print preview with zoom.
- Set printing font and bytes per row.
- Customizable headers and footers with many options.
- Margin control.
- Print the current selection.
- Compare
- Powerful binary comparison tool based on enhanced Eugene Myers algorithm.
- Simple and synchronizing comparison algorithms.
- Displays results in a table listing matches and differences.
- Displays a graph showing how the files match.
- Highlights the two files to indicate which bytes match.
- Specify minimum match length in bytes.
- Quick Match option speeds up comparisons.
- Match case option.
- Tile files after comparison.
- Keeps history of last compares.
- Can limit which bytes are compared in a file (use to compare two regions in the same file). (v2.0)
- Comparison results are sortable by clicking on the table headings. (v2.0)
- Can enable synchronized scrolling after running a comparison. (v2.0)
- Operations
- Performs a number of operations on the data
- Assign, Add, Subtract, Multiple, Divide, Negate, or Modulus
- Binary And, Or, Xor, or Invert
- Set Minimum or Maximum Values (low-pass or high-pass filters)
- Swap Bytes
- Shift, Rotate, or Block Shift Left or Right
- Uppercase or Lowercase
- Operand step allows easy creation of arrays.
- Operand skip for processing data in structures.
- Conversions
- Conversion between ASCII and EBCDIC characters.
- Conversion between ASCII and UNICODE characters. (v2.0)
- Checksum/Hash Algorithms
- Supports the following algorithms:
- CheckSum (8, 16, 32, or 64 bits)
- CRC-16
- CRC-16/CCITT
- CRC-32
- Adler32
- MD2
- MD4
- MD5
- RIPEMD160
- SHA-1
- SHA-256
- TIGER
- Can exclude a set of bytes in the file from the checksum. (v2.0)
- Can display the checksum results in hex or decimal format. (v2.0)
- Histogram
- Histogram tool calculates the number of each byte value in the file.
- Displays the results in a graph (use this tool to tell whether a file
is compressed or not).
- All byte counts are displayed in a table that can be sorted by byte
value or number of occurrences.
- Run histogram on the whole file or a selection.
- Miscellaneous
- Windows XP Style. (v2.0)
- Most fields accept input in a variety of formats (for example):
- "255" (decimal)
- "ff,x" or"0xff" (hex)
- "377,o" (octal)
- "11111111,b" (binary)
- Easy to use base converter for converting between hex, decimal, octal, binary, float, double, ASCII, UNICODE, EBCDIC. (v2.0 updated)
- Many colors are customizable.
- Open or mark files as Read Only.
- Keep file time preserves timestamp when file is saved.
- Open files from the command line - can also position cursor
and make a selection while opening.
- Perform replacements of strings or bytes from the command line (v2.1).
- Use wildcard characters '*' and '?' to open multiple files on the command line. (v2.0)
- Delete or rename files directly from the File menu.
- Easy tool for E-mailing files as attachments.
- Add custom tools to the Tools menu.
- Shortcut keys can be customized.
- Many windows are dockable.
- Specify the display format of many columns as hex or decimal (v1.2).
- Display properties of the current file including timestamps.
- Commands to delete or rename a file on disk.
- Save Selection command to save selected bytes to a file. (v2.0)
- Many tables have an 'Export CSV' option on right-click menu to write a comma-delimited file. (v2.0)
- Extensive documentation with tips.
- Easy registration system.
For more information about 010 Editor, see the
010 Editor Home Page,
Binary Templates, or
Screen Shots.
The Release Notes page also lists when different
features were included with 010 Editor.
|

|
|

|