Показать сообщение отдельно
Непрочитано 22.06.2014, 17:43   #106
Пользователь

По умолчанию Re: Исследование базы ArcheAge

I'm japan AA Player.

I am sorry Russian and English are poor at me.
It writes in English using a translation engine.

It may be the already known information.
I found how to decrypt compact.sqlite3.

Step1.
Unpack game_pak(compact.sqlite3)
->ArcheAgePackTool

Step2.
create decrypted.data
->ConsoleApplication1.exe

Step3.
add compact.sqlite3 head 16byte zero

Step4
decrypt compact.sqlite3(with head16bytezero)
aes 128 cbc,padding none,key&iv=decrypted.data

Step5
remove head16byte from decrypt result
->decrypted.sqlite3

The file of sqlite3 which can be read was able to be acquired in the above-mentioned way.
Japanese client

PS.
ArcheAgePackTool、AA-CDB、archeagedatabase.net is very useful.
thank you.

Добавлено через 23 часа 17 минут
Sample Code
http://pastebin.com/igpRzRVA

Последний раз редактировалось japan_user; 23.06.2014 в 17:00. Причина: Добавлено сообщение
japan_user вне форума Ответить с цитированием