Skip to content

ClausNC3/python_hexedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexedit

hexedit is a Hex editor.

Installation

From source

$ git clone https://github.com/ClausNC3/python_hexedit.git
$ cd python_hexedit
$ pip install .

Development installation

For development, install in editable mode:

$ pip install -e .

Usage

$ hexedit -h                 
usage: hexedit [-h] [-kf FORMAT] [file]

hexedit: A Python-based HEX Editor

positional arguments:
  file        Path to binary file

options:
  -h, --help  show this help message and exit
  --version   show program's version number and exit

Examples:

$ hexedit
$ hexedit ../../dump.bin
$ python3 __main__.py ../../program.exe

Screenshots

Main Window

Requirements

  • Python3.8+ with tkinter

Contributions

Contributions in the form of pull requests, comments, suggestions and issue reports are welcome!

About

A HEX Editor GUI in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages