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.

Dragon Nest .PAK Files Problem

Featured Replies

  • Author
  • Localization

fags343, posted Sun Jan 21, 2018 6:20 am (31762)


hello
i can't extract dragon nest .pak files
i'm using the quickbms 0.6.6a and dragonnest.bms

Image

code
Code:
IDString "EyedentityGames Packing File 0.1" 
goto 0x104
get Files long
get noffset long
goto noffset
for i = 0 getdstring NAME 0x100
get ZSIZE long
get SIZE long
get ZSIZE1 long
get OFFSET long
get UNK3 long
getdstring NULL1 0x28
if SIZE == 0
print "skip %NAME%"
else
clog NAME OFFSET ZSIZE SIZE
endif
next i 


can you help me?
thanks
  • Author
  • Localization

aluigi, posted Sun Jan 21, 2018 10:42 am (31766)


Upload one of these archives
  • Author
  • Localization

aluigi, posted Sat Feb 03, 2018 1:58 pm (32148)


Since the OP apparently no longer cares about this, I leave a link to a resource and a keyword for the search engines:
https://github.com/alin1337/DNSkyProject (DNPakCrypto/DNPakCrypto/Main.cpp)
Ralukat Labs Packing System 1.1

Basically it's just a set of different XOR obfuscations based on the section of the archive to decrypt, I mean like:
Code:
buffer[i] ^= buffer[i - 1] ^ cheimagice[i % 512];
buffer[i] ^= rlkt[i%(sizeof(rlkt)-1)];
buffer[i] ^= cheimagice[(j 0x69) % 512];
buffer[i] ^= buffer[i - 1] ^ cheimagice[j % 512];
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.