Skip to content

Instantly share code, notes, and snippets.

View Hattshire's full-sized avatar
🍑

Oliver Hattshire Hattshire

🍑
View GitHub Profile
@Hattshire
Hattshire / read_bnk.py
Created July 19, 2020 09:37
Wwise SoundBank(.bnk) and SoundPack(.wpk) metadata reader (JSON output)
#!/usr/bin/python3
import json
import sys
import base64
# TODO: CLEANUP (maybe, what an ugly thing)
uint32_size = 4
sectionid_size = 4
@Hattshire
Hattshire / Update-AUPackages.md
Last active December 5, 2023 15:08
Update-AUPackages Report #powershell #chocolatey