Skip to content

Byte Blade v0.0.1

Latest
Compare
Choose a tag to compare
@lincketheo lincketheo released this 17 Jun 21:50
· 5 commits to master since this release

Added

  • Initial release of bb
  • Support for reading and printing binary data as the following data types:
    • Unsigned integers (uint8, uint16, uint32, uint64)
    • Signed integers (int8, int16, int32, int64)
    • Floating point numbers (float32, float64)
    • Complex numbers (csingle, cdouble)
  • Support for reading binary data in little-endian and big-endian formats.
  • Command-line interface (CLI) with options for specifying:
    • Input file
    • Data type
    • Endianness
    • Output format (e.g., binary, decimal or hex)
  • Documentation for usage and examples.