Skip to content

hazzaclark/korone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

korone

A Lightweight Endianess Parser and Lexer

image

Motive:

The ambition and intention moreover, with this project is to providem myself with a lightweight solution for being able to evaluate and parse data in Rust - providing an opportunity to get a feel for the environment encompsssing Rust.

The main encompassing feature is the byte-aware parser, allowing for an effective means of attributing EOS/EOF when being fed into stdin

Such is the idea of potentially working on an implementation to read and parse Binary formats to handle certain operations

Building:

git clone this repo

cargo build --release

cargo run

Usage:

./korone <INPUT_FILE> <ENDIANNESS>

image

The following is an example of using a SEGA Mega Binary ROM file to read the Endianness level accordingly

The example provided is using one of BigEvilCorp's, Mega Drive Sample's

Output Paste

200w

About

A Lightweight Endianess Parser and Lexer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages