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

Switching partial instrumentation using syn to direct WASM instrumentation for each CFG #10

Open
kevin-valerio opened this issue Feb 7, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@kevin-valerio
Copy link
Collaborator

Right now, we rely on debug_message: Vec<u8> as a callback to pass execution feedback to AFL++ from the WASM VM. It might be possible to instrument the WASM directly with debug_message at each Control Flow Graph node.

If debug_message is callable across most of the code without issues, we could achieve full coverage guidance. This could eliminate the need for forking (like WASMI or cargo-contract). It could even enable blackbox fuzzing.

@kevin-valerio kevin-valerio added the enhancement New feature or request label Feb 7, 2025
@kevin-valerio
Copy link
Collaborator Author

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

No branches or pull requests

1 participant