https://github.com/phx/aslr
A completely over-engineered script that saves typing when working with Address Space Layout Randomization (ASLR) in the Linux kernel.
https://github.com/phx/aslr
Last synced: about 1 year ago
JSON representation
A completely over-engineered script that saves typing when working with Address Space Layout Randomization (ASLR) in the Linux kernel.
- Host: GitHub
- URL: https://github.com/phx/aslr
- Owner: phx
- License: mit
- Created: 2020-05-18T19:04:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T14:23:23.000Z (over 4 years ago)
- Last Synced: 2025-01-29T10:33:58.946Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aslr
A completely over-engineered `sh` script that saves typing when working with Address Space Layout Randomization (ASLR) in the Linux kernel.
## Install
```
curl -skLO https://raw.githubusercontent.com/phx/aslr/master/aslr
chmod +x aslr
sudo mv aslr /usr/local/bin/
```
## Usage
```
USAGE: aslr [0|1|2]
0 - Disable Randomization
1 - Enable Conservative Randomization
2 - Enable Full Randomization
If run without parameters, the current value will be displayed.
```