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

Interpreter fuzzing #81

Open
ia0 opened this issue Mar 28, 2023 · 0 comments
Open

Interpreter fuzzing #81

ia0 opened this issue Mar 28, 2023 · 0 comments
Labels
crate:interpreter Modifies the interpreter for:security Improves firmware or project security for:usability Improves users (and maintainers) life good first issue Good for newcomers needs:implementation Needs implementation to complete

Comments

@ia0
Copy link
Member

ia0 commented Mar 28, 2023

We want differential fuzzing of the interpreter with wasm3, wasmtime, and/or the reference interpreter. We can probably use wasm-smith to generate modules, just calling the first (or all) exported functions with arbitrary arguments of the correct type. We should try to detect infinite loops. We should get statistics from the corpus regarding what is supported (e.g. vector types, etc).

@ia0 ia0 added good first issue Good for newcomers needs:implementation Needs implementation to complete crate:interpreter Modifies the interpreter for:security Improves firmware or project security for:usability Improves users (and maintainers) life labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:interpreter Modifies the interpreter for:security Improves firmware or project security for:usability Improves users (and maintainers) life good first issue Good for newcomers needs:implementation Needs implementation to complete
Projects
None yet
Development

No branches or pull requests

1 participant