mirror of
https://github.com/Elpisdev/unarchive.git
synced 2026-09-22 22:48:01 +03:00
10 lines
228 B
Markdown
10 lines
228 B
Markdown
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
|