From 83ee59bb3dd045b614e3294a77bebd0ef24b3fa1 Mon Sep 17 00:00:00 2001 From: Eren <66168591+Elpisdev@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:32:04 +0300 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3e2285 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +archive extracting utility for konami updates + +supports bar qar mar d2 +unsupports encrypted mar and cab + +how 2 build: + +nasm -f win32 unarchive.asm -o unarchive.obj +link /subsystem:console /entry:start unarchive.obj kernel32.lib