py4n6 / pytsk

Python bindings for The Sleuth Kit (libtsk)
Apache License 2.0
92 stars 24 forks source link

Pytsk/libtsk replaces (some) control characters with ^ in file and data stream names #58

Open joachimmetz opened 4 years ago

joachimmetz commented 4 years ago

Pytsk/libtsk replaces (some) control characters with ^ in file and data stream names. Issue reported to upstream:

https://github.com/sleuthkit/sleuthkit/issues/1894

Possible work-around: remove code from hermetic pytsk build, that replaces control characters in libtsk https://github.com/joachimmetz/pytsk/tree/noescape