TDMtermite/README.md

13 lines
297 B
Markdown

# tdm_ripper
## C++ core
- XML parser employs pugixml https://pugixml.org/ and it's repository https://github.com/zeux/pugixml
- analyse .tdm file
- buffer binary .tdx data
- convert binary data to datatypes according to given .tdm information
## Cython wrapper
- enables use as python module