Closed lonnywong closed 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'])
Thanks, guess I will need to update the solutions as well ;)