Users browsing this thread: 1 Guest(s)
How i rip android games???
#6
I've written a script to extract the jet file, but the files are compressed and I don't know the compression type used :/
By the way, is the game by any chance made by Planet Team?
EDIT:
yay!
Code:
# Game: Sledmania (Android)
# by TGE    Jan 2015
# script for QuickBMS http://aluigi.org/papers.htm#quickbms
comtype LZMA
endian little
get dummy long
get PSIZE long
get dummy long
get PZSIZE long
get dummy long
get FILES long
get INFO_OFFSET long
goto INFO_OFFSET
for i = 0 < FILES
  get OFFSET long
  math OFFSET += 4
  get ZSIZE long
  get SIZE long
  get dummy long
  getdstring NAME 0x104
  clog NAME OFFSET ZSIZE SIZE
next i
Reply
Thanked by: rayleigh


Messages In This Thread
How i rip android games??? - by rayleigh - 01-16-2015, 12:25 PM
RE: How i rip android games??? - by ~Axis~ - 01-16-2015, 03:41 PM
RE: How i rip android games??? - by rayleigh - 01-17-2015, 11:16 AM
RE: How i rip android games??? - by nobody231 - 01-17-2015, 11:44 AM
RE: How i rip android games??? - by rayleigh - 01-17-2015, 12:15 PM
RE: How i rip android games??? - by TGE - 01-17-2015, 01:32 PM
RE: How i rip android games??? - by rayleigh - 01-19-2015, 07:52 PM
RE: How i rip android games??? - by TGE - 01-20-2015, 02:49 AM
RE: How i rip android games??? - by rayleigh - 01-20-2015, 05:41 AM
RE: How i rip android games??? - by TGE - 01-20-2015, 08:24 AM

Forum Jump: