Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
/ libwind-ffd Public archive

As of 23.08.2023 this project continues elsewhere.____File Format Description Library

License

Notifications You must be signed in to change notification settings

corwinn/libwind-ffd

Repository files navigation

                       File Format Description Library
                      .................................


Transforms binary data into a tree (and vice versa):
  - tree = File2Tree ("description", data)
  - data = Tree2File (tree)


Some of the details are at  "formal_description"; all of them are at the code.


This library is different: it does not do its own string and stream - you do.
Details at "ffd_model.h".