Skip to content

BinEd

Published by ExBin Project

Binary/Hex Editor

Open sourceApache-2.0

Highlights

  • Displays and edits files in both hexadecimal and character formats.
  • Implements memory-efficient loading for handling large binary files.
  • Includes search and navigation tools for specific byte sequences.
  • Supports direct modification of raw data through insertion and overwriting.

About this application

BinEd is a binary and hexadecimal editor developed for Linux environments, intended for the inspection and modification of raw data within files. The application presents data in a structured grid format, allowing users to view and edit bytes directly in both hexadecimal and character representations. It is designed to handle large files by utilizing a memory-efficient approach, which prevents the entire file from being loaded into system memory at once. This makes it suitable for tasks involving binary analysis, firmware inspection, or manual data patching.

The editor includes features for navigating through data structures, searching for specific byte sequences, and performing basic editing operations such as insertion, deletion, and overwriting. It supports various data encodings and provides a clear visual distinction between different data types. The interface is organized to facilitate precise control over individual bytes, providing a technical view of file contents for developers and system administrators who require direct access to binary data.

Linux

We do not host this file, we do not scan it and we do not inspect its contents. Read what the source says, then decide for yourself.