Okteta: Difference between revisions

    From KDE UserBase Wiki
    (at least copy a minimum of info about Okteta)
     
    No edit summary
    (16 intermediate revisions by 6 users not shown)
    Line 1: Line 1:
    {{Template:I18n/Language Navigation Bar|Okteta}}
    <languages />
    ----
    <translate>
    __NOTOC__
    __NOTOC__
    == Overview ==
    == Overview == <!--T:1-->


    </translate>
    {|style="width: 100%" cellpadding="5"
    {|style="width: 100%" cellpadding="5"
    |- valign="center"
    |- valign="center"
    | width="50%" |
    | width="50%" |
    <div style="border: 1px solid darkgray; background-color: lightgray; padding: 10px; text-align: left;">


    <div style="border: 1px solid darkgray; bakground-color: lightgray; padding: 10px; text-align: left;">
    <translate><!--T:3-->
     
    * '''Name:''' Okteta [[Image:Okteta.png|right|48px]]
    * '''Name:''' Okteta [[Image:Okteta.png|right|48px]]
    * '''Description:''' Hex Editor
    * '''Description:''' Hex Editor
    * '''Categories:''' [[Applications/Utilities]]
    * '''Categories:''' [[Special:myLanguage/Applications/Development|Development]]
    * '''Version:''' 0.2
    * '''Version:''' 0.10
    * '''Available for:''' 4.3
    * '''Available for:''' 4.10
    * '''[http://utils.kde.org/projects/okteta Okteta Website]'''
    * '''[http://docs.kde.org/stable/en/kdesdk/okteta/index.html Okteta Handbook]'''
    * '''[http://docs.kde.org/stable/en/kdeutils/okteta/index.html Okteta Handbook]'''
    </div>
    </div>


    </translate>
    |}
    |}


    == Description ==
    <translate>
     
    == Description == <!--T:5-->
     
    <!--T:6-->
    '''Okteta''' is a simple editor for the raw data of files.
     
    <!--T:14-->
    * Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character
     
    <!--T:26-->
    * Editing and navigating similar to a text editor
     
    <!--T:27-->
    * Customizable data views
     
    <!--T:28-->
    * Data view profiles
     
    <!--T:29-->
    * Tools dockable on all sides or floating
     
    <!--T:30-->
    * Numerical encodings: Hexadecimal, Decimal, Octal, Binary
     
    <!--T:31-->
    * Character encodings: All 8-bit encodings as [http://qt-project.org/doc/qt-4.8/QTextCodec.html supplied] by Qt, EBCDIC
     
    <!--T:32-->
    * Fast data rendering on screen
     
    <!--T:33-->
    * Multiple open files
     
    <!--T:34-->
    * Support for remote files, by http, ftp, fish &amp; other protocols supported by KDE Platform
     
    <!--T:35-->
    * Export of data to text, both file and clipboard.
     
    <!--T:36-->
    * Checksum/Hashsum calculator: Modular sum (8/16/32/64 bit), Adler-32, CRC-32 and Hashsums by the [http://delta.affinix.com/qca/ QCA2 library], can be SHA-0/1/224/256/384/512, MD2/4/5, RIPEMD-160, Whirlpool
     
    <!--T:37-->
    * Structures tool for analyzing and editing based on user-creatable structure definitions
     
    <!--T:38-->
    * Statistic tool
     
    <!--T:39-->
    * String extraction tool
     
    <!--T:40-->
    * 8-bit charset conversion tool
     
    <!--T:41-->
    * Decoding table listing common simple data types.
     
    <!--T:42-->
    * Bookmarks
     
    <!--T:43-->
    * Printing
     
    <!--T:44-->
    * Table with complete list of all byte values
     
    === Data manipulation === <!--T:15-->
     
    <!--T:16-->
    * Insert and Overwrite modes
     
    <!--T:45-->
    * Unlimited Undo - Redo operations
     
    <!--T:46-->
    * Find and Replace operations
     
    <!--T:47-->
    * Pattern insertion
     
    <!--T:48-->
    * Binary Filter tool with bitwise operations:
    ** AND filter
    ** OR filter
    ** XOR filter
    ** Inverse filter
    ** Shift filter
    ** Rotate filter
    ** Reverse filter
     
     
    == FAQ == <!--T:17-->
     
    === "What is the relation to KHexEdit?" === <!--T:18-->
     
    <!--T:19-->
    '''Okteta''' is an independent new project, with a completely different codebase and architecture, written from scratch, by a different author.
     
    <!--T:20-->
    '''KHexEdit''' is discontinued for the KDE 4 series, as it hasn't had a real maintainer and the port to KDE 4 was only incomplete.  '''Okteta''' is first included in the 4.1 release of KDE. So in fact '''Okteta''' is the successor to '''KHexEdit''' for KDE 4.
     
    === "Are very large files (up and larger than 1 GiB) supported?" === <!--T:21-->
     
    <!--T:22-->
    Not yet, as it is still subject of discussion how partial loading and the related issues should be reflected in the UI.
     
    <!--T:23-->
    Currently a complete copy of the file is loaded into the working memory, so please be careful if the size of the file is close to the order of magnitude of the size of your working memory.


    Okteta is a simple editor for the raw data of files.
    === "What about a diff tool?" === <!--T:24-->


    The data is displayed in the traditional view with two columns: one with the numeric values and one with the assigned characters. Editing can be done both in the value column and the character column. Besides the usual editing capabilities Okteta also brings a small set of tools, like a table listing decodings into common simple data types, a table listing all possible bytes with its' character and value equivalents, a info view with a statistic and a filter tool. All modifications to the data loaded can be endlessly undone or redone.
    <!--T:25-->
    A facility to view and work on differences between files and file versions is planned for later versions of '''Okteta'''.


    == Tutorials ==
    == Other Info == <!--T:8-->


    * [http://frinring.wordpress.com/2009/07/24/shorttip-viewing-raw-data-of-files-in-konquerorkdevelop/ Viewing raw data of files in Konqueror/KDevelop]
    <!--T:10-->
    Structure definitions used by the <menuchoice>Structures</menuchoice> tool can be shared on [http://kde-files.org/index.php?xcontentmode=691 kde-files.org] (also used by the integrated sharing dialog in the <menuchoice>Structures</menuchoice> tool's configuration).


    == Keywords ==
    <!--T:9-->
    There are a few [[Special:myLanguage/Okteta/Tutorials|tutorials]]


    hex editor, binary editor, raw data viewer
    <!--T:13-->
    [[Category:Utilities]]
    [[Category:Development]]
    </translate>

    Revision as of 17:38, 22 March 2013

    Overview


    Description

    Okteta is a simple editor for the raw data of files.

    • Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character
    • Editing and navigating similar to a text editor
    • Customizable data views
    • Data view profiles
    • Tools dockable on all sides or floating
    • Numerical encodings: Hexadecimal, Decimal, Octal, Binary
    • Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC
    • Fast data rendering on screen
    • Multiple open files
    • Support for remote files, by http, ftp, fish & other protocols supported by KDE Platform
    • Export of data to text, both file and clipboard.
    • Checksum/Hashsum calculator: Modular sum (8/16/32/64 bit), Adler-32, CRC-32 and Hashsums by the QCA2 library, can be SHA-0/1/224/256/384/512, MD2/4/5, RIPEMD-160, Whirlpool
    • Structures tool for analyzing and editing based on user-creatable structure definitions
    • Statistic tool
    • String extraction tool
    • 8-bit charset conversion tool
    • Decoding table listing common simple data types.
    • Bookmarks
    • Printing
    • Table with complete list of all byte values

    Data manipulation

    • Insert and Overwrite modes
    • Unlimited Undo - Redo operations
    • Find and Replace operations
    • Pattern insertion
    • Binary Filter tool with bitwise operations:
      • AND filter
      • OR filter
      • XOR filter
      • Inverse filter
      • Shift filter
      • Rotate filter
      • Reverse filter


    FAQ

    "What is the relation to KHexEdit?"

    Okteta is an independent new project, with a completely different codebase and architecture, written from scratch, by a different author.

    KHexEdit is discontinued for the KDE 4 series, as it hasn't had a real maintainer and the port to KDE 4 was only incomplete. Okteta is first included in the 4.1 release of KDE. So in fact Okteta is the successor to KHexEdit for KDE 4.

    "Are very large files (up and larger than 1 GiB) supported?"

    Not yet, as it is still subject of discussion how partial loading and the related issues should be reflected in the UI.

    Currently a complete copy of the file is loaded into the working memory, so please be careful if the size of the file is close to the order of magnitude of the size of your working memory.

    "What about a diff tool?"

    A facility to view and work on differences between files and file versions is planned for later versions of Okteta.

    Other Info

    Structure definitions used by the Structures tool can be shared on kde-files.org (also used by the integrated sharing dialog in the Structures tool's configuration).

    There are a few tutorials