cepa / mihed

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

Home Page:https://cepa.io/2018/02/04/coding-before-it-was-cool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

https://cepa.io/2018/02/04/coding-before-it-was-cool/


Languages

Language:C 100.0%