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 disable address layout randomization in denoise #164

Open
smarr opened this issue Sep 9, 2021 · 0 comments
Open

Add support to disable address layout randomization in denoise #164

smarr opened this issue Sep 9, 2021 · 0 comments
Labels

Comments

@smarr
Copy link
Owner

smarr commented Sep 9, 2021

See:

Roughly, for disabling it:

echo 0 | sudo tee /proc/sys/kernel/randomize_va_space

Should probably capture the current value.
But likely should be something like:

echo 2 | sudo tee /proc/sys/kernel/randomize_va_space
@smarr smarr added the Feature label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant