Binary editor with CLI like the DOS debug command.
- A simple project to learn the Rust programming language
- Stand in for debug on 64-bit Windows
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.