Skip to content

Instantly share code, notes, and snippets.

@computerality
computerality / 334x.py
Created August 30, 2016 21:57 — forked from withzombies/334x.py
Script to solve the 334 cuts challenge from DEFCON 2016 quals using Binary Ninja
#!/usr/bin/env python
import sys
sys.exit(0)
try:
import binaryninja
except ImportError:
sys.path.append("/Applications/Binary Ninja.app/Contents/Resources/python/")