bkerler / exploit_me

Very vulnerable ARM/AARCH64 application (CTF style exploitation tutorial with 14 vulnerability techniques)
MIT License
892 stars 136 forks source link

make it easy for pwntools #5

Closed lonnywong closed 4 years ago

lonnywong commented 4 years ago
apt-get update
apt-get install qemu-user libc6-armel-cross libc6-arm64-cross
from pwn import *
r = process(['qemu-arm', '-L', '/usr/arm-linux-gnueabi', 'bin/exploit'])
bkerler commented 4 years ago

Thanks, guess I will need to update the solutions as well ;)