Create README.md

This commit is contained in:
Eren
2024-11-14 23:32:04 +03:00
committed by GitHub
parent 9742c47cb7
commit 83ee59bb3d
+9
View File
@@ -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