Skip to content

Instantly share code, notes, and snippets.

View deadYokai's full-sized avatar
🇺🇦
I may be slow to respond.

MyNameIsKitsune deadYokai

🇺🇦
I may be slow to respond.
View GitHub Profile
@deadYokai
deadYokai / unpacker.py
Last active September 26, 2023 05:18
Adobe Installer Unpacker written on Python, place with products folder
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import json
import re
import os
import shutil
from bs4 import BeautifulSoup
from zipfile import ZipFile
@deadYokai
deadYokai / oukitelc18pro.dts
Last active August 2, 2022 20:29
Oukitel C18 Device Tree Source
/dts-v1/;
/ {
model = "MT6757";
compatible = "mediatek,MT6757";
interrupt-parent = <0x1>;
#address-cells = <0x2>;
#size-cells = <0x2>;
chosen {