Log in

View Full Version : i wrote a game music unpacker


__sk
August 31st, 2009, 22:33
this program unpacks game music from large group
archives
it workss on dos and windows command prompt
it may take a very very long time
but will extract wav, ogg and xmi files (common)
source is avilable on request

disavowed
September 2nd, 2009, 21:18
why would such a program need to delete files?

Code:

seg000:0634 mov ah, 41h ; 'A'
seg000:0636 mov dx, [bp+arg_0]
seg000:0639 int 21h ; DOS - 2+ - DELETE A FILE (UNLINK)
seg000:0639 ; DSX -> ASCIZ pathname of file to delete (no wildcards allowed)

arc_
September 3rd, 2009, 10:27
He did post it in Malware Analysis...

roxaz
September 4th, 2009, 16:49
maybe its malware for analysis?

__sk
November 14th, 2009, 18:13
thats because it has the whole C library linked with it. no delete files.