python-ntfs
python-ntfs copied to clipboard
Open source Python library for NTFS analysis
I ran into some issues using the latest commit but had mixed results using a previous version. I received the following IndexError on the first image: ``` (test)root@heyWilli:~/python-ntfs-master# python examples/indxparse/indxparse.py...
Trying to figure out how to use some of these tools, like indxparse: `python indxparse.py "\\.\C:" 0 "C:"`: ``` File "C:\Python27\lib\site-packages\python_ntfs-0.1-py2.7.egg\ntfs\BinaryParser.py", line 79, in _ _enter__ self._mmap = mmap.mmap(self._f.fileno(), 0,...