Skip to content

Instantly share code, notes, and snippets.

@terrynini
terrynini / devcore_quine.py
Last active August 20, 2022 18:01
An easy challenge of DEVCORE wargame at HITCON 2022
a="""
789cc559
5d8f9b46
14fd2b53
from idaapi import *
import os
import sys
import re
from clemency_inst import inst_json
########################################
# Decoder Function
########################################
def is_bit_string(strg, search=re.compile(r'[^01]').search):