Publisher's Description:
From SweetScape Software
010 Editor is a professional text/hex editor designed to edit any file, drive, or process on your machine. Using our unique Binary Templates technology, 010 Editor allows a binary file to be parsed into a data structure that can be understood. Features an easy-to-use editor with standard Cut, Copy, and Paste commands, support for huge files, and unlimited Undo and Redo for all editing operations. Use the Inspector to easily edit data in a number of different formats.
A set of sophisticated editing and analysis tools are included such as Find/Replace, Binary Compare, Histograms, Check Sums, ASCII/EBCDIC/UNICODE Conversions, Find in Files, Replace in Files, Importing/Exporting, Highlighting, Bookmarks, and Printing. An integrated expression Calculator using C syntax is supplied and Scripts may be written to automate many different tasks. Contains an online repository of Templates and Scripts that are available for download.
Features
* Easy to use text editor / hex editor / binary editor with standard cut/copy/paste functions.
* Parse and edit binary files easily with Binary Templates.
* Powerful DynaBin Data Engine allows opening/copying/pasting huge binary files instantly (in most cases).
* Use as a disk editor to edit hard drives, floppy drives, memory keys, flash drives, CD-ROMs, etc.
* View and edit system processes.
* Easily loads files over 4GB (if supported by the file system).
* Unlimited Undo/Redo for all hex editing operations.
* Workspace keeps track of all open, recent, and favorite files, and includes a file explorer.
* Inspector allows data to be edited in many different formats.
* Integrated expression Calculator using C syntax.
* Write Scripts to automate many different tasks using over 140 different functions.
* Bookmarks can be used to mark important bytes in a file.
* Many powerful analysis and editing tools including Find, Replace, Checksums, Binary Comparisons, Histograms, Find in Files, etc. (see above)
* Conversions between ASCII, EBCDIC, and Unicode.
* Import or Export data in the following formats: Hex Text, C/C++ Code, Java Code, Intel Hex Format (8, 16, or 32 bit versions), Motorola S-Records (3 types), Base64, Uuencoding, RTF (export only), or HTML (export only).
* Printing with full print preview, headers, footers, and margins.
* Full documentation with tips.
A number of sophisticated tools are included with 010 Editor for analyzing and editing binary files.
* Full Find, Replace, and Find in Files functionality for many different data types.
* Powerful Binary Comparison tool for comparing bytes of two files.
* Computes Check Sum/Hash Algorithms including CRC-16, CRC-32, Adler32, MD2, MD4, MD5, RIPEMD160, SHA-1, SHA-256, and TIGER.
* Use the Histogram tools to count byte occurrences.
* Apply Highlighting rules to identify bytes in a file.
* Mark important bytes in the file using Bookmarks.
* Convert data between ASCII, EBCDIC, and Unicode formats.
* Results from many tools are displayed in a graph for easy visualization.
010 Editor also includes a full expression Calculator. If 010 Editor does not supply the functionality you are looking for, you can write a Script to analyze or edit a file using a syntax similar to C.
Binary Templates
One of the most powerful features of 010 Editor is the ability to parse virtually any binary file using a Binary Template. Instead of browsing through a long range of hex bytes as with traditional hex editors, Binary Templates allow a file to be understood. Templates are easy to write and can be used to completely parse any data format, such as BMP or ZIP files (Templates for reading these files are included with 010 Editor).
A Binary Template looks similar to a C/C++ structure, but is actually run as a program. Every time a variable is declared in a Template, that variable is mapped to a set of hex bytes in a file. Data in the file can then be read or written by modifying the variable. Because the Template is run as a program, if, for, or while statements as well as functions or complex expressions can be used. When a Template is run, the defined variables can be edited using the Template Results, as shown on the left. New Templates can be added to 010 Editor and can even be configured to run automatically when a file is loaded.