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

Would it be possible to use zip/targz/etc data? #15

Open
kinow opened this issue Jun 26, 2017 · 1 comment
Open

Would it be possible to use zip/targz/etc data? #15

kinow opened this issue Jun 26, 2017 · 1 comment

Comments

@kinow
Copy link

kinow commented Jun 26, 2017

Hi, thanks for GramTest :)

Any idea if it would be doable to use it to something like Apache Commons Compress? A library for compression algorithms. I'm interested in running tests against the compression algorithms. Things like

  • header
  • some payloads
  • then the content which consists of bytes

Without going too far as genetic algorithms like in afl, maybe it would be possible to support another grammar, a more high level, that users could customize to support things like binary data?

Thanks
Bruno

@codelion
Copy link
Owner

Interesting idea, I haven't given it a lot of thought yet. The zip, targz files would have some format, so it may be a good idea to have a section (e.g. header) that is fixed in grammar and another general section that can generate binary data like you said.

Let me figure out how to support such a use case.

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

No branches or pull requests

2 participants