An open API service indexing awesome lists of open source software.

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.

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.

```