17 lines
380 B
Markdown
17 lines
380 B
Markdown
# Exploit
|
|
Python implementation of Frederick's exploit. This gives a bit more insight in the bug.
|
|
|
|
## Debugger
|
|
The debugger is used for chain loading the next stages. See the documentation folder for more docs
|
|
|
|
## Usage
|
|
Navigate to stage1 and build it:
|
|
```
|
|
export ANDROID_NDK_ROOT=$TOOLCHAINENV/android-ndk-r21_Linux
|
|
make
|
|
```
|
|
This will build stage1
|
|
|
|
```bash
|
|
python3 exploit.py
|
|
``` |