Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 11:31

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
 Post subject: *.RFI(RFP) files
PostPosted: 01 Feb 2011 12:55 

Joined: 29 Nov 2010 13:09
Posts: 16
Hi, everybody.
Can anybody tell me how to extract .RFI(RFP) files.
http://www.mediafire.com/?szbnprs21i3hcqt

Thanks in advance!


Top
 Profile  
 
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 01 Feb 2011 15:05 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
script for QuickBMS:
Code:
open FDDE "RFI"
comtype unzip_dynamic
get SIZE asize
clog MEMORY_FILE 0 SIZE SIZE
open FDDE "RFP"

comtype zlib
get FILES long MEMORY_FILE
for i = 0 < FILES
    get NAMESZ long MEMORY_FILE
    math NAMESZ *= 2
    getdstring NAME NAMESZ MEMORY_FILE
    set NAME unicode NAME
    get SIZE long MEMORY_FILE
    get OFFSET long MEMORY_FILE

    math TMP = OFFSET
    math TMP += SIZE
    math TMP -= 0x18
    goto TMP
    get ZSIZE long
    get SIZE long
    clog NAME OFFSET ZSIZE SIZE
next i
let me know if you receive a "compression" error with some files because maybe some files are not compressed (those in the sample you provided were all compressed)

oh, doesn't matter what file you open, the script automatically opens the right one (index+data)


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 19 Jun 2011 18:53 

Joined: 19 Jun 2011 18:49
Posts: 5
Sorry to bring this age old question back but I also need help on this topic. I am receiving that error you were talking about but am using different .RFI and .RFP files. it says
ERROR: the variable index is invalid, there is an error in this tool

Can you help me? I need to open these files.

HMM I tried opening a diffrent file .RFP and it said instead
error in src/quickbms.c line 1044: myopen()


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 19 Jun 2011 20:40 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
I no longer have these files to test but I don't see problems in the script.

then the second error you posted means that you don't have the rfp file


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 20 Jun 2011 19:57 

Joined: 19 Jun 2011 18:49
Posts: 5
maybe if I include the files you can see what I am trying to open,
This is the files I originally used to try to open this is the first error I got
http://www.2shared.com/file/W5_ZVBP7/Collisions.html


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 20 Jun 2011 21:12 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
I have tried them and it works perfectly.
maybe check if you have the latest version of quickbms which is 0.5.1:
http://aluigi.org/papers.htm#quickbms


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 20 Jun 2011 23:21 

Joined: 19 Jun 2011 18:49
Posts: 5
oh it worked lol, thanks


Top
 Profile  
 
 Post subject: Re: *.RFI(RFP) files
PostPosted: 21 Jun 2011 00:17 

Joined: 19 Jun 2011 18:49
Posts: 5
Never mind I figured it out thanks anyway I appreciate the help


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: