rowingdude / analyzeMFT

MIT License
423 stars 117 forks source link

Changes to support small memory systems #8

Closed dkovar closed 10 years ago

dkovar commented 11 years ago

See discussion in Issues.

dkovar commented 11 years ago

Greetings,

I've never done anything with pull requests before. I submitted one from your branch to try everything out. I think I commented appropriately on what I found. Please let me know if I screwed it up and I'll try again.

-David

dkovar commented 11 years ago

Did you check the csv output? I just cloned your fork and ran it. It produced the following error:

Praha:analyzeMFT kovar$ time python analyzeMFT.py -f ../../MFTs/MFT-VMware -o foo -c foo.csv -b foo.body Traceback (most recent call last): File "analyzeMFT.py", line 13, in session.process_mft_file() File "/Users/kovar/devel/foo/analyzeMFT/analyzemft/mftsession.py", line 193, in process_mft_file self.file_csv.write(mft.mft_to_l2t(record)) AttributeError: '_csv.writer' object has no attribute 'write'