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

Please support checksums #3

Open
ytrezq opened this issue Jul 10, 2016 · 2 comments
Open

Please support checksums #3

ytrezq opened this issue Jul 10, 2016 · 2 comments

Comments

@ytrezq
Copy link

ytrezq commented Jul 10, 2016

I know this would introduce a massive need for rewriting everything.
But without computing checksums, fuzzing isn’t really usefull for lot of filesystems.

I don’t have enough knowlwedge in filesytems to do it.

@stevegrubb
Copy link
Owner

Hi, could you explain things further? fsfuzzer tampers with an image on purpose. So, I'm not sure what you are wanting check summed or how it would be useful. Thanks.

@ytrezq
Copy link
Author

ytrezq commented Jul 14, 2016

@stevegrubb : Oh, it’s simple. Most journalled filesystems also protect their data structure with checksums. If the computed checksum doesn’t match the result, then the data corresponding to that checksum isn’t parsed.

So the aim is to fuzz the filesystems while still ensuring the checksums match corrupted data. Oracle is claiming to did it but they don’t provide their patches.

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

No branches or pull requests

2 participants