Skip to content

v0.4 'rebirth'

Latest

Choose a tag to compare

@BOBdotEXE BOBdotEXE released this 07 Sep 20:06
· 1 commit to master since this release

Text2Hex 0.4!

##Note:
This is still an early release, it's not made to handle large amount of code yet

A simple little command line java app that allows you to write raw Hex code to a file quickly!

It can read from a Text File, or it can even accept data directly!

So you can use it as a standalone program, or as part of a script!

java -jar Text2Hex.jar [input type] [data] [output file]

For more info, check The Readme

##Note:

This is still an early release, it's not made to handle large amount of code yet.
It's been tested with a few lines of hex, and it works great, but Don't expect to process hundreds of kilobytes till a much later release.

process

Changelog:

0.4:

No big changes to the core code.

mainly just neatened up the source, and made some error messages more detailed.