[PSP] Tenchu Shadow Assassins .ARC

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

[PSP] Tenchu Shadow Assassins .ARC

Post by hnnewgames »

Image

Could anyone write a tool or script capable of extracting the .GIM graphics from this file? Arigato!
Anexenaumoon
Posts: 119
Joined: Sun Dec 27, 2015 10:22 pm

Re: [PSP] Tenchu Shadow Assassins .ARC

Post by Anexenaumoon »

Copy and paste into QuickBMS:

Code: Select all

#Tenchu Shadow Assassins .ARC

idstring "Archive\x00"
get ZERO long
get NULL long
get FCOUNT long
get BASE_OFF long
get NULL longlong

for i = 0 < FCOUNT
   getdstring NAME 0x40
   get SIZE long
   get OFFOFF long
   set OFFSET long 0
   xmath OFFSET "BASE_OFF + OFFOFF"
   get NULL long
   get ZERO long
   log NAME OFFSET SIZE
next i
hnnewgames
Posts: 148
Joined: Sat Dec 16, 2017 8:58 pm

Re: [PSP] Tenchu Shadow Assassins .ARC

Post by hnnewgames »

Arigato!
Worked perfectly.