Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 406 Bytes

File metadata and controls

11 lines (9 loc) · 406 Bytes

DebugLike

Binary editor with CLI like the DOS debug command.

Motivation

  • A simple project to learn the Rust programming language
  • Stand in for debug on 64-bit Windows

Overview

DebugLike will allow viewing and editing binary files using the same line oriented interface as debug. The one letters commands will mirror debug.com from DOS. Debugging commands like g (for Go) will not be implemented.