Users browsing this thread: 1 Guest(s)
Help ripping from apk file (twewy:sr)
#25
here's a copy of the private message i had sent to the OP


you're gonna open up that .ipa with 7zip, dump it somewhere

inside this new twewy.app folder you've created or whatever there's another folder called data, containing the big file called resources.assets

so you're gonna download this program called QuickBMS so you can run the script to unpack that big file
and make a file of that script, that is this script right here
Code:
endian big
goto 0xc
get BIAS long
endian little
goto 0x28
get FILES long
goto 0x40
for i = 1 <= FILES
   get FID long
   get OFFSET long
   math OFFSET += BIAS
   get SIZE long
   get TYPE long
   get DUMMY long
   if TYPE == 4
   elif TYPE == 1
   elif TYPE == 12
   elif TYPE == 15
   elif TYPE == 23
   elif TYPE == 26
   elif TYPE == 33
   elif TYPE == 54
   elif TYPE == 64
   elif TYPE == 65
   elif TYPE == 96
   elif TYPE == 108
   elif TYPE == 111
   elif TYPE == 123
   elif TYPE == 135
   elif TYPE == 198
   elif TYPE == 199
   elif TYPE == 3584 # last file
   elif TYPE < 0
   else
      savepos MYOFF
      goto OFFSET
      get NAMEL long
      getDstring FNAME NAMEL
      savepos OFFSET2
      set HEAD OFFSET2
      math HEAD -= OFFSET
      set TEST HEAD
      math TEST %= 4
      if TEST != 0
         math HEAD /= 4
         math HEAD += 1
         math HEAD *= 4
         math OFFSET += HEAD
         math SIZE -= HEAD
      endif
      math SIZE -= 4
      math OFFSET += 4
      goto MYOFF
      get NAME basename
      string NAME += "/"
      set EXT ""
      if TYPE == 152
         math OFFSET += 0xc
         math SIZE -= 0xc
         set EXT ".ogm"
      elif TYPE == 49
         set EXT ".xml"
      else
         set EXT "."
         string EXT += TYPE
      endif
      string NAME += FNAME
      string NAME += EXT
      log NAME OFFSET SIZE
   endif
next i
paste it in notepad and save it as whatever.bms

and yeah launch quickbms, run that script on the resources.assets file and now you should have a new big folder called Resources

and inside that, all these .28 files
so the link dazz had put up to download is now dead and you can't find the program anywhere on previous' website, but i have it sooo
here's the program, i uploaded it onto mediafire http://www.mediafire.com/download/edvtjo...yEight.exe

drag and drop the files onto there and it should work
so yeah have fun finding what you need
[Image: E3DU8rS.png]
Reference
♥ ♥ ♥ LOVE ♥ ♥ ♥
Omega ; Phant Mmkay ; Baegal ; Gorsal ; Drakocat ; Chaoxys ; TomGuyCott ; Chris2balls ; Mighty Jetters ; Blueblur97 ; NICKtendo DS ;
Kachua (Secret Santa) ; and some more that i need to locate, save and link onto here
Reply
Thanked by: Red Lightfoot


Messages In This Thread
RE: Help ripping from apk file (twewy:sr) - by Lexou Duck - 11-20-2015, 07:47 AM

Forum Jump: