1
Found it on the Webs / New All-Round Hex Editor (free)
« on: January 17, 2013, 09:35:16 am »
Hey EZ,
A nice and fairly new all-round hex editor.
This is compared in features one of the most complete to date.
If you like this app please support it.
Its slick, free, and feature rich.
Check it here.
Feature List:
Obviously it runs on all major os´s, Win, Linux & OSx.
And has a nice GUI. Also it has the next couple of features. (source: wiki)
Partial Loading, Disc Sector Editing, Bit Editing, Text Editor, Insert/Delete Bytes, Character Encodings: ASCII (more on the way) Search Unicode Disasembler Mode: x86, x86-64, 3DNow!, MMX, SSE, SSE2, SSE3, AMD-V, Intel VT-x (knock yourself out)
File Comparing, Find in Files, Bookmarking.
A nice and fairly new all-round hex editor.
This is compared in features one of the most complete to date.
If you like this app please support it.
Its slick, free, and feature rich.
Check it here.
Feature List:
Obviously it runs on all major os´s, Win, Linux & OSx.
And has a nice GUI. Also it has the next couple of features. (source: wiki)
Partial Loading, Disc Sector Editing, Bit Editing, Text Editor, Insert/Delete Bytes, Character Encodings: ASCII (more on the way) Search Unicode Disasembler Mode: x86, x86-64, 3DNow!, MMX, SSE, SSE2, SSE3, AMD-V, Intel VT-x (knock yourself out)
File Comparing, Find in Files, Bookmarking.
- It uses 64 bit file descriptors (supports files or devices up to 2^64 bytes , means some exabytes but tested only 1 PetaByte file (yet). ).
- It does NOT copy whole file to your RAM. That make it FAST and can open files (which sizes are Multi Giga < Tera < Peta < Exabytes)
- You can work with delete/insert bytes to file, more than once, without creating temp file!.
- Could open your devices on Linux, Windows or MacOSX.
- Memory Usage : Currently ~25 MegaBytes while opened multiple > ~8GB files.
- Could operate with file thru XOR encryption.
- Has multiple views to show multiple files in same time.
- Has x86 disassembly support (via integrated udis86 library) to hack things little faster.
- Has colourfull tags to make reverse engineering easier and more fun.
- You can copy/edit your Disks, HDD Sectors with it.( Usefull for rescue files/partitions by hand. )
- Sector Indication on Disk devices, also has Go to Sector dialog...
- Formated CopyAs! It's easy to copy part of a file in HEX format for C/C++ source, ASM source, also supports HTML,phpBB and Wiki page formats with TAGs!!
- Support Hex or Text editor alone operation.Also can disable Offset region.
- Compare binary files, allows merge of near results.
- Decimal, Hexadecimal, Octal and LBA ("Sector+Offset") addressing modes, (switchable one to another by right click of mouse on Offset panel.
- Save selection as a dump file feature for make life easier.
- "Find Some Bytes" feature for quickly find next meaningful bytes at file/Disk
- MD/RIPEMD/SHA/TIGER/HAVAL/CRC/ADLER/GOST/WHRILPOOL/SNEFRU checksum functions (via integrated mhash library.)
- Import & Export TAGs support from file.
- Written with C++/wxWidgets GUI libs and can be used with other OSes such as Mac OS, Windows as native application.