Skip to content

rezamt/HexFiend

This branch is 120 commits behind HexFiend/HexFiend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b031c7c · Oct 21, 2023
Jun 28, 2020
Oct 21, 2023
Oct 12, 2023
Dec 22, 2017
Jun 13, 2022
Jun 17, 2023
Oct 12, 2023
Oct 13, 2020
Jun 14, 2020
Jun 21, 2022
Oct 21, 2023
Jul 10, 2023
Jul 25, 2021
Oct 9, 2023
Jun 10, 2023
Nov 24, 2016
Feb 16, 2020
Jan 8, 2022
Jun 11, 2023

Repository files navigation

Hex Fiend

A fast and clever open source hex editor for macOS.

Download the latest version from the releases page.

CI

Features

  • Insert, delete, rearrange. Hex Fiend does not limit you to in-place changes like some hex editors.
  • Work with huge files. Hex Fiend can handle as big a file as you’re able to create. It’s been tested on files as large as 118 GB.
  • Small footprint. Hex Fiend does not keep your files in memory. You won’t dread launching or working with Hex Fiend even on low-RAM machines.
  • Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you’re looking for with fast searching.
  • Binary diff. Hex Fiend can show the differences between files, taking into account insertions or deletions. Simply open two files in Hex Fiend and then use the File > Compare menus.
  • Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven’t changed, and never needs temporary disk space.
  • Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian.
  • Binary templates. Visualize the structure of a file through scripting. See documentation.
  • Embeddable! It’s really easy to incorporate Hex Fiend’s hex or data views into your app using the Hex Fiend framework. Its permissive BSD-style license won’t burden you. See the API reference for details.

About

A fast and clever hex editor for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 79.8%
  • Tcl 16.7%
  • C 1.2%
  • C++ 1.1%
  • Swift 0.7%
  • Shell 0.3%
  • Other 0.2%