Skip to content

Instantly share code, notes, and snippets.

View k1R4's full-sized avatar
🚩
c3pTur1nG f1eGs

Srijiith k1R4

🚩
c3pTur1nG f1eGs
View GitHub Profile
@k1R4
k1R4 / exploit.py
Created February 26, 2024 18:36
kowaiiVm - bi0sCTF 2024
#!/usr/bin/env python3
from dn3 import *
opcodes = {
"ADD": 0xb0,
"SUB": 0xb1,
"MUL": 0xb2,
"SHR": 0xb3,
"SHL": 0xb4,
"PUSH": 0xb5,