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.

Need help.unpack this game.--PC--fengshen2

Featured Replies

  • Author
  • Localization

leotangbms, posted Sat Dec 08, 2018 10:11 am (41122)


Hi every one~

who can help me unpack this PC 2D game?

Grateful!

All files is so big,this part of all assetFiles,runtime files all in.

*.db files need unpack
images , text ...

[url=This files download link 70M[/url]

Grateful!
  • Author
  • Localization

leotangbms, posted Fri Dec 14, 2018 2:22 pm (41385)


@EKEY
.
help me ~~
  • Author
  • Localization

aluigi, posted Thu Jan 10, 2019 4:35 pm (42110)


Remember to upload files on good file hosters like google drive, mediafire, sendspace, mega or dropbox.
  • Author
  • Localization

leotangbms, posted Sat Feb 23, 2019 3:59 am (45182)


aluigi wrote:
Remember to upload files on good file hosters like google drive, mediafire, sendspace, mega or dropbox.

[url]This files download link 70M[/url]
new links
please helpe me ~
  • Author
  • Localization

aluigi, posted Sat Feb 23, 2019 11:10 am (45191)


Try this script for decrypting the files and open them with an SQLite software:
Code:
encryption xor "\x7e\x19\x6c\x71\x79\x7d\x10\x2e\x7b\x1d\x1b\x12\x7e\x7c\x00\x3f\x65\x0b\x6e\x76\x75\x75\x7e\x2e\x00\x00\x00\x00\x7c\x7b\x0c\x37\x0b\x0b\x15\x6b\x6e\x67\x7c\x29\x0c\x08\x6e\x00\x07\x66\x17\x25\x09\x0c\x19\x63\x00\x67\x07\x34\x17\x1a\x6c\x07\x0b\x6e\x79\x25\x72\x11\x02\x71\x02\x60\x0b\x3c\x79\x1a\x17\x1a\x10\x7c\x7b\x22"
get SIZE asize
get NAME basename
string NAME ".sqlite3"
log NAME 0 SIZE
  • Author
  • Localization

leotangbms, posted Tue Feb 26, 2019 2:35 pm (45312)


aluigi wrote:
Try this script for decrypting the files and open them with an SQLite software:
Code:
encryption xor "\x7e\x19\x6c\x71\x79\x7d\x10\x2e\x7b\x1d\x1b\x12\x7e\x7c\x00\x3f\x65\x0b\x6e\x76\x75\x75\x7e\x2e\x00\x00\x00\x00\x7c\x7b\x0c\x37\x0b\x0b\x15\x6b\x6e\x67\x7c\x29\x0c\x08\x6e\x00\x07\x66\x17\x25\x09\x0c\x19\x63\x00\x67\x07\x34\x17\x1a\x6c\x07\x0b\x6e\x79\x25\x72\x11\x02\x71\x02\x60\x0b\x3c\x79\x1a\x17\x1a\x10\x7c\x7b\x22"
get SIZE asize
get NAME basename
string NAME ".sqlite3"
log NAME 0 SIZE


Great! This can work,
However, I extracted the blob data in sqlite3, there are 2 kinds of files (fsi & fsb), it seems to use XOR encryption again?

This is newfiles download link
  • Author
  • Localization

aluigi, posted Tue Feb 26, 2019 4:31 pm (45316)


They are some custom containers/formats for textures in dds and jpeg format.

The FSB files start with the "GEPJ" magic size jpeg data zlib compressed data (some sort of "mask"?).
You can extract the jpeg file with this script:
Code:
idstring "GEPJ"
get SIZE long
savepos OFFSET
get NAME basename
string NAME ".jpg"
log NAME OFFSET SIZE

The FSI files start with an "ISF" magic but can't help further on them.
  • Author
  • Localization

leotangbms, posted Wed Feb 27, 2019 2:58 am (45339)


aluigi wrote:
They are some custom containers/formats for textures in dds and jpeg format.

The FSB files start with the "GEPJ" magic size jpeg data zlib compressed data (some sort of "mask"?).
You can extract the jpeg file with this script:
Code:
idstring "GEPJ"
get SIZE long
savepos OFFSET
get NAME basename
string NAME ".jpg"
log NAME OFFSET SIZE

The FSI files start with an "ISF" magic but can't help further on them.


tks,Great!
Fsi file seems to be compressed using nvtt, this is nvtt
https://code.google.com/archive/p/nvidia-texture-tools/downloads
There is a decompression library here.
Is this useful?
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.