13 lines
246 B
Markdown
13 lines
246 B
Markdown
# tdm_ripper
|
|
|
|
## C++ core
|
|
|
|
- XML parser employs pugixml https://pugixml.org/
|
|
- analyse .tdm file
|
|
- buffer binary .tdx data
|
|
- convert binary data to datatypes according to given .tdm information
|
|
|
|
## Cython wrapper
|
|
|
|
- enables use as python module
|