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.

DO Online (*.VFS)

Featured Replies

  • Author
  • Localization

Ekey, posted Fri Jan 09, 2015 8:21 pm (2593)


Official Site: here
Media: here
Download: here

For unpack open data.inf

Code:
# DO Online (VFS format) 0.0.1a
# http://www.doonline.co.kr
#
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

get INF_PATH FILE_FOLDER
set ARCHIVE_PATH string INF_PATH
string ARCHIVE_PATH = "/data/data.vfs"
open FDSE "data.inf" 0 EXISTS
open FDSE ARCHIVE_PATH 1 EXISTS

idstring "VFS001" 0
goto 0xC 0
get FILES long 0
goto 0x18 0

for i = 0 < FILES
    getdstring NAME 104 0
    get OFFSET long 0
    get DUMMY long 0 # 0
    get SIZE long 0
    get DUMMY long 0 # 0
    getdstring TRASH 24 0
    log NAME OFFSET SIZE 1
next i
  • Author
  • Localization

TGE, posted Sat Jan 10, 2015 9:08 pm (2637)


Also known as (GEE) Martial Heroes.
EDIT:
The inf for the other client is different.
  • Author
  • Localization

CriticalError, posted Sun Feb 15, 2015 10:41 pm (3196)


well many thanks for your help, but when try unpack data.vfs I go this, here I leave samples of data.vfs, many thanks Ekey.

Image
  • Author
  • Localization

Ekey, posted Sun Feb 15, 2015 11:45 pm (3197)


CriticalError wrote:
well many thanks for your help, but when try unpack data.vfs I go this, here I leave samples of data.vfs, many thanks Ekey.

Image

try change

Code:
string ARCHIVE_PATH  = "/data/data.vfs"


to

Code:
string ARCHIVE_PATH  = "/data.vfs"


or set full path for data.vfs manualy
  • Author
  • Localization

CriticalError, posted Sun Feb 15, 2015 11:51 pm (3198)


thanks a lot for the tip, I do it changing it and anyway still getting error.

Image

after copy data.inf into data folder I got this error.

Image

ok and for fix that I modify the next line.

Quote:
log NAME OFFSET SIZE 1


for

Quote:
log NAME OFFSET SIZE 0


and begin the extraction but got this error after extract some files.

Image
  • Author
  • Localization

CriticalError, posted Mon Feb 16, 2015 3:15 am (3200)


ok after checking files,etc I got it and fixed script, thanks a lot for Ekey.

Quote:
# DO Online (VFS format) 0.0.1b
# http://www.doonline.co.kr
#
# Written by Ekey (h4x0r) and fixed by CriticalError
#
# script for QuickBMS http://quickbms.aluigi.org

get INF_PATH FILE_FOLDER
set ARCHIVE_PATH string INF_PATH
string ARCHIVE_PATH = "\data.vfs"
open FDSE "data.inf" 0 EXISTS
open FDSE ARCHIVE_PATH 1 EXISTS

idstring "VFS001" 1
goto 0xC 0
get FILES long 0
goto 0x18 0

for i = 0 getdstring NAME 104 0
get OFFSET long 0
get DUMMY long 0 # 0
get SIZE long 0
get DUMMY long 0 # 0
getdstring TRASH 24 0
log NAME OFFSET SIZE 1
next i


Proof

Image
  • Author
  • Localization

Drawing, posted Mon Apr 23, 2018 6:03 pm (34306)


Part of DATA.VFS DATA.INF -> https://www96.zippyshare.com/v/jF4p8pZO/file.html

Hi guys, I try both script but got error.
I copied data.inf in data folders, run script and select data.inf in quickbms


Here screenshots:

Error using script 0.01a

Image

Error using script 0.01b

Image

Ekey could you please take a look ? :D
  • Author
  • Localization

Drawing, posted Tue Apr 24, 2018 3:30 am (34315)


Script working perfectly :)
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.