Artemis engine WEB archive

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Heckator
Posts: 2
Joined: Thu Sep 03, 2020 1:46 pm

Artemis engine WEB archive

Post by Heckator »

For a quite a long time there was a web support for Artemis visual novel engine.
There is main data (GUI, sounds, images) - Artemis.data, and wasm (WebAssembly) binaries, last one probably handling unpacking and loading, I assume.
Looks like main file is just compressed archive without encryption, but I can be wrong, since I wasn't able to identify compression type.

WebAssembly-decompile: https://github.com/WebAssembly/wabt
Artemis.wasm - https://mega.nz/file/SrAHBYSZ#kIDU7cPf_ ... X8l0uzCgTc (3 MB)
artemis.data - https://acs.imel.co.jp/wasm/imelmado/ra ... temis.data (223 MB)

Sample game (index file) - https://acs.imel.co.jp/wasm/imelmado/ra ... temis.html

reverse support (repackaging ability) will be really, really, REALLY highly appreciable.
Heckator
Posts: 2
Joined: Thu Sep 03, 2020 1:46 pm

Re: Artemis engine WEB archive

Post by Heckator »

btw bin walker says there is HPACK archive data at at 0x7E1C281
and MySQL ISAM index file Version 3 at 0xD1AE634
idk if it's false-positive.
spiritovod
Posts: 719
Joined: Sat Sep 28, 2019 7:00 pm

Re: Artemis engine WEB archive

Post by spiritovod »

Data is actually encrypted, but this script should work fine: https://www.zenhax.com/viewtopic.php?f=9&t=9234#p43315