Mahjong Wolfs Stories pack

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AntonZab
Posts: 461
Joined: Thu Oct 01, 2015 5:03 pm

Mahjong Wolfs Stories pack

Post by AntonZab »

Mahjong Wolfs Stories pack file


Sample


https://drive.google.com/file/d/0B0oEDr ... sp=sharing
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Mahjong Wolfs Stories pack

Post by Ekey »

Code: Select all

# Mahjong Wolfs Stories (PACK format)
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

idstring "NBGPACK"
get FILES long
goto 0x10

for i = 0 < FILES
    getdstring NAME 0x100
    get SIZE long
    get OFFSET long
    log NAME OFFSET SIZE
next i
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Mahjong Wolfs Stories pack

Post by aluigi »