17 lines
296 B
Markdown
17 lines
296 B
Markdown
# Gupje
|
|
Current memory map:
|
|
|
|
## Stage 2
|
|
Memory map in stage2 after exploitation
|
|
![memory map](memory_map.drawio.svg)
|
|
|
|
## Stage 3
|
|
Memory map in stage3 after relocating the debugger
|
|
|
|
|
|
## Usage:
|
|
Copy this folder to <gupje>/devices/samsung_s7 and run:
|
|
|
|
```bash
|
|
make -f devices/samsung_s7/Makefile
|
|
``` |