Skip to content

Instantly share code, notes, and snippets.

@dnaroma
dnaroma / binary.py
Last active April 16, 2024 17:29
Extract AppHash from unity assets
from io import RawIOBase
from struct import *
from typing import Callable
def offset_decorate(func: Callable) -> Callable:
def func_wrapper(*args, **kwargs) -> Callable:
offset = kwargs.get('offset')
if offset is not None:
@dnaroma
dnaroma / Gen Proto BanG Dream.md
Last active February 22, 2024 05:32
Gen Proto BanG Dream

This is the code rewritten in Python 3 from the original code of esterTion's PHP version. Only works with blobs from Android apk!!!

genProto.py for old versions, genProto.py for new versions with arm64 blobs.

@dnaroma
dnaroma / README.md
Last active September 19, 2023 14:29
Kubernetes MySQL+PhpMyAdmin+Nginx-Ingress