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.

Resource file game cocos2dx.

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Mar 17, 2016 11:29 am (12032)


The files are for sure encrypted.
The source code about the cocos2dx framework on github seems to say that there is an xxtea encryption applied to the ZIP archives that should have a "XXTEA" magic at the beginning and the key "2dxLua".
Obviously this is not the case of the samples you provided so give us more information about where you got these archives and what's the real game (name and link).
  • Author
  • Localization

kenshi91, posted Thu Mar 17, 2016 1:46 pm (12036)


aluigi wrote:
The files are for sure encrypted.
The source code about the cocos2dx framework on github seems to say that there is an xxtea encryption applied to the ZIP archives that should have a "XXTEA" magic at the beginning and the key "2dxLua".
Obviously this is not the case of the samples you provided so give us more information about where you got these archives and what's the real game (name and link).

Thank you for reply!
This is link game : http://3g.7723.cn/game/25019.htm
You can download apk : https://mega.nz/#!all1VJxC!QyvG8qjqa-4t ... D-yulnq2nk
Please review it and thanks for help. :)
  • Author
  • Localization

Ekey, posted Thu Mar 17, 2016 5:48 pm (12040)


For access to database you need to decrypt SQL password. In binary it's looks like this:

Code:
569AB56BA708FE01


For decrypting used DES algorithm with key )9e#2t?s - decrypted result is > 4t2# j@ (null terminated string). Use QtCipherSqlite with password for access to database's. QtCipherSqlite used as i see MD5 AES.
  • Author
  • Localization

kenshi91, posted Fri Mar 18, 2016 1:41 am (12046)


Ekey wrote:
For access to database you need to decrypt SQL password. In binary it's looks like this:

Code:
569AB56BA708FE01


For decrypting used DES algorithm with key )9e#2t?s - decrypted result is > 4t2# j@ (null terminated string). Use QtCipherSqlite with password for access to database's. QtCipherSqlite used as i see MD5 AES.

Thanks for reply!
I think it seems to be a resource encrypted with zip format rather than an SQLite database.
  • Author
  • Localization

kenshi91, posted Sun Mar 20, 2016 7:28 am (12107)


Someone please help me.
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.