Skip to content

Instantly share code, notes, and snippets.

View dvdantunes's full-sized avatar
🦊
sudo kitsune

dvd.ongakubox ♫ dvdantunes

🦊
sudo kitsune
  • white space warren
View GitHub Profile
// SPDX-License-Identifier: MIT
// See https://forums.nrvnqsr.com/showthread.php/9708-Mahoutsukai-no-Yoru-HD-PC-file-format-deciphering
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
# SPDX-License-Identifier: MIT
# See https://forums.nrvnqsr.com/showthread.php/9708-Mahoutsukai-no-Yoru-HD-PC-file-format-deciphering
import io
import sys
import struct
import os
def main():