Skip to content

cepa/mihed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIcro Hex EDitor

Simple hex editor for DOS created in 2003 in Turbo C++.

mihed

How to run it?

  • First download the package
  • Next install DosBox
  • Unzip
  • Mount the folder with mihed.exe:
mount c /path/to/mihed/folder
  • Run mihed.exe:
mihed.exe

How to use it?

Keys:

  • Alt+O - Open file.
  • Alt+C - Close file.
  • Alt+S - Set current byte. Write as decimal number (0 - 255).
  • Alt+F - Find first string from current byte.
  • Alt+J - Jump to offset. Write as decimal number.
  • Alt+X - Exit.

Other Keys:

  • Cursor Up
  • Cursor Down
  • Cursor Left
  • Cursor Right
  • Page Up
  • Page Down

Questions?

Visit http://cepa.io

This code is protected by the Beerware license :P

About

MIcro HEx Editor created for DOS in 2003 in Turbo C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages