Skip to content

Instantly share code, notes, and snippets.

@Jackyxty
Jackyxty / heapstorm2.py
Created April 2, 2018 00:10
Official solution for "Heap Storm II" of 0CTF/TCTF 2018 Quals
#!/usr/bin/env python
# encoding: utf-8
#flag{Seize it, control it, and exploit it. Welcome to the House of Storm.}
import itertools
from hashlib import sha256
from pwn import remote, process, ELF
from pwn import context
from pwn import p32,p64,u32,u64