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.

Nanodiver (PSP) pa.arc

Featured Replies

  • Author
  • Localization

SnowHaze, posted Mon May 30, 2016 8:07 pm (13818)


Filecutter script outputs these two files after running pa.arc through it:
https://www.dropbox.com/s/plnbwxy7pjl5s2q/pa.arc_0_487266080?dl=1
https://www.dropbox.com/s/55i5ebmcpif4ewv/pa.arc_485168928_487266080?dl=1

pa.arc is about 464MB.
There's also pa.bin, a much smaller file, about 152KB.
https://www.dropbox.com/s/oiyrpqk9klvwscl/pa.bin?dl=1
I hope someone can help me with this, thanks regardless.
  • Author
  • Localization

Ekey, posted Mon May 30, 2016 9:54 pm (13819)


Here we go. Let me know if there are problems.

Code:
# Nanodiver (PSP) (ARC format) 0.1a
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

open FDDE BIN 0
open FDDE ARC 1

idstring "PAA\0" 0
get NULL long 0
get FILES long 0
get DUMMY long 0
get TOFFSET long 0

goto 0x20 0
for i = 0 < FILES
    get NAMEOFF long 0
    get SIZE long 0
    get DUMMY1 long 0
    get DUMMY2 long 0
    savepos TEMP 0
    goto NAMEOFF 0
    getdstring NAME 32 0
    goto TEMP 0
    putarray 0 i NAME
    putarray 1 i SIZE
next i

goto TOFFSET
for i = 0 < FILES
    get OFFSET long 0
    putarray 2 i OFFSET
next i

for i = 0 < FILES
    getarray NAME 0 i
    getarray SIZE 1 i
    getarray OFFSET 2 i
   
    set EXT extension NAME
    if EXT == "XSB"
        comtype gzip
        clog NAME OFFSET SIZE SIZE 1
    else
        log NAME OFFSET SIZE 1
    endif
next i
  • Author
  • Localization

SnowHaze, posted Mon May 30, 2016 10:21 pm (13821)


It worked perfectly, thanks.
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.