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