Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fro-Z/Freehex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freehex

Freehex is a Free open-source multiplatform hex editor written in D. Freehex uses GtkD bindings of GTK+ library. Supported platforms include Windows 7 or newer, Ubuntu 17.04, macOS 10.12 Sierra, but it should work anywhere where GTK+ 3 and DMD are supported.

Build Status

Features

  • Edit files in hexadecimal and text format (ASCII + UTF8 support)
  • Large file support (Open multi-gigabyte files without loading everything into RAM)
  • Data translator (View data as several most common datatypes)
  • Search and Replace (Currently done in main thread, needs improving)
  • Copy and Paste to and from system-shared clipboard
  • Undo & Redo
  • Go to

Screenshot

Freehex screenshot

Requirements

To run Freehex you must build it from source. Requirements:

Installing Gtk+3 Runtime

Windows

Ubuntu / Linux

macOS

With Homebrew installation is done using

brew install gtk+3

Building from source

Windows

Build by running 'build.bat' file.

Linux / macOS

Build by running 'build.sh' file.

Generating project files

You can generate project files for your IDE of choice using DUB. For example: Generating project files for Visual D:

dub generate visuald -a=x86_64 -b debug

About

Free open-source hex editor written in D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages