Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

body and timeline output don't work, 'patch' included #142

Closed
maxpunktezahl opened this issue Oct 2, 2024 · 2 comments · Fixed by #143
Closed

body and timeline output don't work, 'patch' included #142

maxpunktezahl opened this issue Oct 2, 2024 · 2 comments · Fixed by #143

Comments

@maxpunktezahl
Copy link

If you add

elif self.export_format == "body":
await FileWriters.write_body(list(self.mft_records.values()), self.output_file)
elif self.export_format == "timeline":
await FileWriters.write_timeline(list(self.mft_records.values()), self.output_file)

after line 253 in mft_analyzer.py

the output of timeline and body will work too.
Thank you very much for the great tool!

@rowingdude
Copy link
Owner

If you'd like to make a PR, I'd be happy to merge it so you get credit.

@maxpunktezahl
Copy link
Author

Thank you so much! Sorry, no time for PR - I am abroad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants