Users browsing this thread: 1 Guest(s)
The Hobbit 2003
#2
Here's the script written by Aluigi for these archives:

Code:
# The Hobbit
#   similar to Area51
# script for QuickBMS http://quickbms.aluigi.org

open FDDE "dfs"
open FDDE "000" 1
getdstring DUMMY 16
get FILES long
getdstring DUMMY 16
get BASE_OFF long
get DUMMY long
for i = 0 < FILES
    get PATH_OFF long
    math PATH_OFF + BASE_OFF
    get NAME_OFF long
    math NAME_OFF + BASE_OFF
    getdstring DUMMY 8
    get OFFSET long
    get SIZE long

    savepos TMP
    goto PATH_OFF
    get TMP1 string
    goto NAME_OFF
    get TMP2 string
    goto TMP
    string NAME p "%s/%s" TMP1 TMP2

    log NAME OFFSET SIZE 1
next i


Just download QuickBMS, and then run the script on each file-pair Smile. Such as the "audio-1.des" and "audio-1.000". That should do it.
Reply
Thanked by:


Messages In This Thread
The Hobbit 2003 - by Kappa1233 - 03-12-2017, 02:51 PM
RE: The Hobbit 2003 - by Pingus! - 03-15-2017, 04:42 PM
RE: The Hobbit 2003 - by Kappa1233 - 03-17-2017, 05:43 PM

Forum Jump: