Users browsing this thread: 1 Guest(s)
Extracting Kill La Kill IF sound files
#4
Code:
# Kill La Kill IF .snp sound files
# Script for QuickBMS - http://quickbms.aluigi.org

idstring "DGKP"
endian little

goto 0xC
get FILES long
goto 0x30

for i = 0 < FILES
    getdstring DUMMY 4 # SOGG
    get ENTRY_LEN long # 0x90
    get FILE_LEN long
    get FILE_POS long
    getdstring NAME 0x80
    log NAME FILE_POS FILE_LEN
next i
https://pastebin.com/EZyeTAVm
Reply
Thanked by: Pingus!, Evan Axel


Messages In This Thread
RE: Extracting Kill La Kill IF sound files - by Anonymity Tony - 06-08-2020, 12:45 AM

Forum Jump: