Skip to content

Instantly share code, notes, and snippets.

View wlt233's full-sized avatar
🤔
Studying

wlt233

🤔
Studying
View GitHub Profile
@kjy00302
kjy00302 / heslunpack.py
Created February 17, 2025 16:48
HuneX heslnk unpacker for Nijigasaki VN Switch Demo
import struct
import lzss # install pylzss, not lzss (requires initial buffer value argument)
import os
def readuntilnull(f):
buf = b''
while True:
data = f.read(16)
offset = data.find(b'\0')
@kjy00302
kjy00302 / hpbunpack.py
Last active April 6, 2025 21:41
HuneX hph/hpb unpacker for Nijigasaki VN Switch Demo
import struct
from zlib import crc32
from pathlib import Path
import sys
# Based on https://github.com/YuriSizuku/GalgameReverse/blob/master/project/hunex/src/hunex_hpb.py
packname = sys.argv[1]
f = open(f'{packname}.hph', 'rb')
Decreasing Arcaea score!
Build with theos
@journey-ad
journey-ad / 2233.zenra.js
Last active January 22, 2025 02:27
哔站直播间的2233娘挂件替换为全裸版本
// ==UserScript==
// @name 哔站直播全裸2233娘
// @description 哔站直播间的2233娘挂件替换为全裸版本
// @description:zh-TW 嗶站直播間的2233娘掛件替換為全裸版本
// @namespace https://github.com/journey-ad
// @author journey-ad
// @include *://live.bilibili.com/*
// @require https://cdn.jsdelivr.net/jquery/1.12.4/jquery.min.js