Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 770 Bytes

examples.md

File metadata and controls

9 lines (7 loc) · 770 Bytes

Examples of using libstyxe

Examples directory in the repository contains some examples of using this library. Please note that this library does not come with network capabilities thus examples only limited to writing and reading 9P messages from files. This functionality can be advantageous for fuzz testing the library.

  • 9pdecode Is a useful CLI tool to read serialised 9P messages from files and print then in a human readable format.
  • Corpus generator is another CLI tool to create all supported 9P messages - including 9P2000.e - and write them into files.
  • fuzz-parser is a ALF / fuzz tester entry point. It serves to fuzz-test the parser.