python-ntfs icon indicating copy to clipboard operation
python-ntfs copied to clipboard

Open source Python library for NTFS analysis

Results 4 python-ntfs issues
Sort by recently updated
recently updated
newest added

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...

bug

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,...