import libr
import ctypes
import argparse
class r2:
def __init__(self, binary):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## DiceGang 2022 - `Interview` Writeup | |
#!/usr/bin/env python3 | |
from pwn import * | |
exe = ELF("./interview-opportunity_patched") | |
libc = ELF("./libc.so.6") | |
binary = exe.file.name | |
context.binary = exe |