Skip to content

simple programs for encoding/decoding binary xml format

License

Notifications You must be signed in to change notification settings

sharyashuvg/binary-xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary XML encode/decode

Getting Started

Dependencies

  • fasm
  • make

Build

make

Clean

make clean

Usage

Encoding

build/encode < [file to encode] > [encoded file]

Decoding

build/decode < [file to decode] > [decoded file]

About

simple programs for encoding/decoding binary xml format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 96.2%
  • Makefile 3.8%