Skip to content

Instantly share code, notes, and snippets.

View shadowninja108's full-sized avatar

Somebody Whoisbored shadowninja108

View GitHub Profile
@shadowninja108
shadowninja108 / zak.cpp
Last active April 26, 2023 15:08
ZAK decryptor/extractor for Wonder Boy Anniversary Collection
#include <cstdio>
#include <bit>
#include <cstdlib>
#include <span>
#include <lz4.h>
#include <string_view>
#include <filesystem>
/* Buffers. */
namespace {