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.

Hades Challenge .pod

Featured Replies

  • Author
  • Localization

rabatini, posted Fri Jun 03, 2022 1:17 am (71807)


did you at least see the file?
it's all blank.
do you have a sample?
  • Author
  • Localization

Puterboy1, posted Sat Jun 04, 2022 12:55 pm (71839)


rabatini wrote:
did you at least see the file?
it's all blank.
do you have a sample?

Here you go:
  • Author
  • Localization

rabatini, posted Sat Jun 04, 2022 1:04 pm (71840)


Puterboy1 wrote:
rabatini wrote:
did you at least see the file?
it's all blank.
do you have a sample?

Here you go:

a blank file. lol
  • Author
  • Localization

Puterboy1, posted Sat Jun 04, 2022 1:16 pm (71841)


I don't know what the hell went on.
  • Author
  • Localization

Puterboy1, posted Thu Jul 07, 2022 4:17 pm (72518)


Here's one with a full interior. Examine it if you can.
  • Author
  • Localization

Pickle, posted Thu Jul 14, 2022 6:44 pm (72600)


Puterboy1 wrote:
Here's one with a full interior. Examine it if you can.

This looks like an easy one.

Code:
The file header is 16 bytes.
{
   CHAR[4] signature;
   ULONG unknown1;
   ULONG unknown2;
   ULONG fileCount;
}

Followed by the index.

for each file in fileCount
{
   CHAR[12] filename;
   ULONG fileSize;
}

Followed by the file data. It's just the bytes of each file written end to end.

for each file in fileCount
{
   BYTE[fileSize] data;
}

When you extract CR.pod you will get two more pod files, h2030ba0.pod and h2030pa0.pod, which will then have to be extracted the same way.
  • Author
  • Localization

rabatini, posted Sat Aug 06, 2022 7:03 pm (72886)


something like that
Code:
get id long
if id == 0x00646f50
get unk longlong
get entries long
set offset = 0x30

for rip = 1 to entries

getdstring name 0x0c
get size long
log name offset size
set offset = size offset

next rip

else
print "Not pod file my little dude"
endif
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.