File viewing and editing software
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Software) |
|||
Line 8: | Line 8: | ||
* [[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. | |
[[Category:Software]] | [[Category:Software]] |
Revision as of 15:21, 1 June 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.
- 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.