Skip to content

Instantly share code, notes, and snippets.

@apprenticenaomi
apprenticenaomi / ion.py
Created July 13, 2017 07:24
Python DeDRM KFX v0.1
# BinaryIon.pas + DrmIon.pas + IonSymbols.pas
import collections
import enum
import hashlib
import hmac
import os
import os.path
import struct