File viewing and editing software
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 6: | Line 6: | ||
To see what is in a file, and possibly to modify it, various sorts of software can be used, ranging from raw binary editors/viewers to programs that perform more sophisticated analysis. [[File creation software]] will usually edit existing files as well, and [[File rendering/interaction software]] will display them in various ways. | To see what is in a file, and possibly to modify it, various sorts of software can be used, ranging from raw binary editors/viewers to programs that perform more sophisticated analysis. [[File creation software]] will usually edit existing files as well, and [[File rendering/interaction software]] will display them in various ways. | ||
+ | |||
+ | == General files == | ||
* [[Synalyze It]] [https://www.synalysis.net/] and [[Hexinator]] [https://hexinator.com/] are programs (related to one another) that can do raw binary/hexadecimal viewing and editing of files, but also parse them using [[Synalysis grammar file|grammar files]] to analyze various file formats. | * [[Synalyze It]] [https://www.synalysis.net/] and [[Hexinator]] [https://hexinator.com/] are programs (related to one another) that can do raw binary/hexadecimal viewing and editing of files, but also parse them using [[Synalysis grammar file|grammar files]] to analyze various file formats. | ||
* [[Okteta]] [https://www.kde.org/applications/utilities/okteta/] is an open source hex editor by the KDE project. It supports also parsing via [[Okteta grammar file]] to analyze various file formats. | * [[Okteta]] [https://www.kde.org/applications/utilities/okteta/] is an open source hex editor by the KDE project. It supports also parsing via [[Okteta grammar file]] to analyze various file formats. | ||
[[Category:Software]] | [[Category:Software]] | ||
+ | |||
+ | == Specialized data types == | ||
+ | |||
+ | * [[SleepyHead]] [https://sleepyhead.jedimark.net/] (views data from CPAP and related devices for treatment of sleep apnea) |
Revision as of 01:35, 2 December 2018
Software | > | File viewing and editing software |
To see what is in a file, and possibly to modify it, various sorts of software can be used, ranging from raw binary editors/viewers to programs that perform more sophisticated analysis. File creation software will usually edit existing files as well, and File rendering/interaction software will display them in various ways.
General files
- Synalyze It [1] and Hexinator [2] are programs (related to one another) that can do raw binary/hexadecimal viewing and editing of files, but also parse them using grammar files to analyze various file formats.
- Okteta [3] is an open source hex editor by the KDE project. It supports also parsing via Okteta grammar file to analyze various file formats.
Specialized data types
- SleepyHead [4] (views data from CPAP and related devices for treatment of sleep apnea)