Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Spider Man Web Of Shadows

Featured Replies

  • Author
  • Localization

deepshit, posted Tue Oct 28, 2014 3:31 pm (1319)


Hi
Can anybody help me on this?
Thanks.

Archive Samples

Here's what I've figured out.
The only thing missing is how the entries on table1 are linked to nameTable.
Note : Not all names on nameTable are entry names.

Code:
//HEADER

uint8_t  magic[4];
uint32_t dummy;
uint32_t dummy;
uint32_t headerSize;

uint32_t dataSectionSize;   //??
uint32_t tbl1Offset;
uint32_t dummy;
uint32_t tbl2Offset;      // headerSize
uint32_t tbl1Offset;
uint32_t tbl1Size;      // some other info
uint32_t dummy;
uint32_t dummy;
uint32_t dummy;
uint32_t numTypes;

for (int i = 0;i < numTypes;i )
{
   uint8_t  type[4];
   uint32_t typeCode;      //??
}

//Align position to 32

uint32_t dummy;
uint32_t namesOffset;      //SEEK_CUR
uint32_t dummy;
uint32_t dummy;


/*************************************************/

//Table 1

uint32_t numRecs;
uint32_t dummy;      //Always 4

for (int i = 0;i < numTypes;i )
{
   uint8_t  type[4];
   uint32_t fileOffset;      // headerSize
   uint32_t size;
   uint32_t unk;         //always 32   alignment???
   uint32_t unk;
   uint32_t unk;
}

/*************************************************/

//Table 2

uint32_t numRecs;
uint32_t dummy;      //Always 4


for (int i = 0;i < numTypes;i )
{
   uint32_t nameOffset;      //SEEK_CUR
   uint8_t  type[4];
   int32 fileOffset      //negative offset (go backward)
}

  • Author
  • Localization

aluigi, posted Tue Oct 28, 2014 9:20 pm (1334)


http://aluigi.org/papers/bms/others/spi ... hadows.bms

Just some notes:

- I have found no references to the names, there ist a "strg" chunk but there are no offsets or indexes referred to them

- the wave files are FSB4 archives but you can notice a sort of header of 0x40 bytes in almost all the files. I found that none of the 3 32bit fiels can be used to guess if this header is available or not (I tried to remove it but one file had a size < 0x40)
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.