Skip to content

Instantly share code, notes, and snippets.

View OTsector's full-sized avatar
🎨
I can feel my code. Isn't this art?

OT OTsector

🎨
I can feel my code. Isn't this art?
View GitHub Profile
@scrapbird
scrapbird / r21337patch.py
Created November 7, 2017 04:05
Applies an x64dbg .1337 patch file to a binary in radare2. Call with: #!pipe ./r21337patch.py /path/to/patch.1337
#!/usr/bin/env python
import r2pipe
import sys
r2 = r2pipe.open()
# r2 base address
delta = 0x400000