Skip to content

Instantly share code, notes, and snippets.

@dnaroma
dnaroma / acb.py
Last active September 7, 2025 18:27
#!/usr/bin/env python3
# acb.py: For all your ACB extracting needs
# Copyright (c) 2016, The Holy Constituency of the Summer Triangle.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@dnaroma
dnaroma / binary.py
Last active April 10, 2025 07:15
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 / README.md
Last active September 19, 2023 14:29
Kubernetes MySQL+PhpMyAdmin+Nginx-Ingress
@dnaroma
dnaroma / Gen Proto BanG Dream.md
Last active March 3, 2025 07:59
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.