dasec / fishy

Toolkit for Filesystem based Data Hiding Techniques.
MIT License
36 stars 1 forks source link

FAT: FileSlack & Additional Cluster Allocation: clear already written data if write fails #18

Closed importantchoice closed 6 years ago

importantchoice commented 6 years ago

If an error occures during the write process, already written data should be cleared before the program terminates. As we don't write a metadata file in this case, currently the user is not able to wipe those fragments from disk.

importantchoice commented 6 years ago

resolved with commit 7f72bed