We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow setting -rss_limit_mb via the CLI
-rss_limit_mb
The text was updated successfully, but these errors were encountered:
For honggfuzz:
--rlimit_rss VALUE Per process RLIMIT_RSS in MiB (default: 0 [no limit]). It will also set *SAN's soft_rss_limit_mb if used
For AFL++:
-m megs - memory limit for child process (0 MB, 0 = no limit [default])
Should be simple to add, I only need to make sure to do the conversion between MB and MiB.
Sorry, something went wrong.
No branches or pull requests
Allow setting
-rss_limit_mb
via the CLIThe text was updated successfully, but these errors were encountered: