[script] iBomber Attack (2014) Mac OSX

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

[script] iBomber Attack (2014) Mac OSX

Post by AlphaTwentyThree »

EXTREMELY simple script!

Code: Select all

# extract the main archive from iBomber Attack
#
# (c) 2014-09-29 by AlphaTwentyThree
#
# script for QuickBMS http://quickbms.aluigi.org

idstring "CBRS"
get FILES long
get BIAS long
for i = 1 <= FILES
   get OFFSET long
   math OFFSET += BIAS
   get SIZE long
   getDstring NAME 0x80
   log NAME OFFSET SIZE
next i