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

add support to configure aux buffer size via args #52

Merged

Conversation

schumilo
Copy link
Member

For particularly long ASAN reports it can be useful to allocate a larger aux buffer to avoid the report copied via the PANIC_EXTENDED hypercall being truncated. This PR adds this option and capability. With this patch the aux buffer can be configured via an extra parameter in the nyx device via cmd line arguments. The default value is kept to 0x1000 to maintain full compatibility with fuzzing front-ends which don't utilize this feature.

Example:

-device nyx,aux_buffer_size=8192 

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

Successfully merging this pull request may close these issues.

1 participant