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.

[Help] Extract file *.ASDB ? [Asphyre Manager]

Featured Replies

  • Author
  • Localization

TomJerry82, posted Thu May 06, 2021 4:34 am (63809)


I try the tool in this post
viewtopic.php?t=1631
The tool name Asphyre Manager i try use that then i got error
so i think they not same file like the post
Can anyone help me :?: :?:
  • Author
  • Localization

aluigi, posted Wed May 12, 2021 10:03 am (63922)


The file you uploaded is an "abdb" file that only contains a list of entries.
There is no data or content.
  • Author
  • Localization

TomJerry82, posted Thu May 13, 2021 3:11 pm (64009)


aluigi wrote:
The file you uploaded is an "abdb" file that only contains a list of entries.
There is no data or content.

I only need the list inside that file. Can you show me how to extract them?
  • Author
  • Localization

aluigi, posted Thu May 13, 2021 4:44 pm (64019)


You can use quickbms with the -V option at command-line and the following script:
Code:
idstring "abdb"
get DUMMY long  # 1
get DUMMY long  # 0x10
get DUMMY long  # 0x10
get ENTRIES long
get DUMMY long  # 0x18
get DUMMY long  # 0x20 INFO_OFF?
get ZERO long
for i = 0 < ENTRIES
    getdstring HASH 16
    get NUM long
    get ZERO long   # maybe 64bit
next i

It visualizes every single field parsed by the script.
  • Author
  • Localization

TomJerry82, posted Thu May 13, 2021 5:38 pm (64022)


aluigi wrote:
You can use quickbms with the -V option at command-line and the following script:
Code:
idstring "abdb"
get DUMMY long  # 1
get DUMMY long  # 0x10
get DUMMY long  # 0x10
get ENTRIES long
get DUMMY long  # 0x18
get DUMMY long  # 0x20 INFO_OFF?
get ZERO long
for i = 0 < ENTRIES
    getdstring HASH 16
    get NUM long
    get ZERO long   # maybe 64bit
next i

It visualizes every single field parsed by the script.

Thank aluigi.
I try cmd with code quickbms.exe -V Game.BMS resource_location.asdb location_save and it work
But other files it not working (Image Below). Can't see what it encodes? Like Number ?
  • Author
  • Localization

Ekey, posted Thu May 13, 2021 6:04 pm (64023)


I think data is encrypted / obfuscated
  • Author
  • Localization

TomJerry82, posted Thu May 13, 2021 6:15 pm (64024)


What about this ? I think this is also a file abdb too but it's an encoded audio
  • Author
  • Localization

aluigi, posted Thu May 13, 2021 7:31 pm (64025)


The screenshot you post clearly says that you didn't run the script on "resource_location.asdb" as instead you stated.
The file provided was resource_location.asdb which is not encrypted and is perfectly parsed by the script.

Regarding "Audio", only the first 32bit is visible and I suppose is the sample rate (22296) while the rest doesn't have any sense.
  • Author
  • Localization

TomJerry82, posted Sun May 23, 2021 12:13 pm (64033)


aluigi wrote:
The screenshot you post clearly says that you didn't run the script on "resource_location.asdb" as instead you stated.
The file provided was resource_location.asdb which is not encrypted and is perfectly parsed by the script.

Regarding "Audio", only the first 32bit is visible and I suppose is the sample rate (22296) while the rest doesn't have any sense.


File Name "Audio" , i check the path this audio they write like this */Audio.ogg so that mean this is ogg file but encode.
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.