Δημοσιεύτηκε: 31 Μαρ 2012, 01:59
από migf1
Καλώς εχόντων των πραγμάτων, εντός του Σ/Κ θα έχω ολοκληρώσει την παρακάτω λίστα από features και θα ποστάρω εδώ και τον κώδικα για εξαντλητικό beta-testing από όποιον επιθυμεί...

Μορφοποιημένος Κώδικας: Επιλογή όλων
Console HexViewer
=================

Brief:

Console hex-viewer, written in standard C99 (compiles & runs on any platform).

Features:

- unlimited filesizes (optionally, by default it uses a 2Gb limit, for faster loading times)
- multilingual (currently in English & Greek)
- syntax highlighting (printable, non-printable & zeroed bytes)
- color themes (currently: black, blue, red, gray)
- 8-bit ASCII support (adopts to any ASCII compatible encoding, including ANSI and UTF-8)
- byte groups (view contents grouped by 4, 8 or 16 bytes)
- sizes (base2/8/10/16 display, in both endians, for any 8/16/32/64bit area)
- bookmarks (up to 16 bookmarks, used either by label or by id)
- moving (absolute & relative moving to any byte/row/page)
- jumping (direct jump to start & end of current file/page/row)
- normal search (bi-directional search for either hex or ascii strings)
- negated search (bi-directional skipping of consecutive. same bytes or byte sequences)
- endianess conversion (conversion & saving of selected contents, as binary or as hexdumps)
- shell access (access to system's shell/command-line)
- repeat last command (by hitting the ENTER key... a simple but rather useful gimmick)
- pageable help

Και μερικά νέα screen-shots...

Main Screen

Εικόνα

Bookmarks

Εικόνα

Sizes

Εικόνα

Αναζήτηση

Εικόνα