/BinaryTool

A command line tool that is able to convert to and from a binary format and ascii text.

Primary LanguageKotlin

BinaryTool

A tool that is able to convert binary to ascii text and back

  • I'm using this project to learn Kotlin, so expect bad or unreadable code
  • Basically everything in this project is implemented by me (the CLI parser, binary converter, etc.)
  • If you have any suggestions that can improve the code, please open an issue as that would really help me become a better
    programmer

I'll look into making this a native application since Kotlin supports LLVM

Usage

java -jar BinaryTool.jar (-toBinary|-toAscii) -data "stuff"

The data argument is required, the tool will not work without it.