Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mirror12k/python-binary-editor

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bedit binary editor

A very basic binary editor written in python with curses to be as minimalistic as possible. Launch with ./bedit.py <filepath> which will open the file for editing in hexidecimal format.

Permits in-place editting of bytes or inserting/deleting bytes in insert mode.

controls

  • arrow keys - movement
  • pageup/pagedown - move entire pages
  • [0123456789abcdef] - edit the current byte
  • shift + q - quit
  • shift + w - save file to disk
  • '[' ']' - increase/decrease word size
  • { } - decrease/increase display width
  • p - toggle little endian
  • i - toggle insert mode
  • l - toggle guide lines
  • backspace - delete previous byte/word

screenshots

screenshot1 screenshot2

why?

Because pulling out ghex/bless all the time is becoming a pain.

About

A minimalistic hexadecimal editor to edit binaries in terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.