dir, uint arc_key, uint dpm_size)
+ : base (arc, impl, dir)
+ {
+ Seed1 = (byte)((((arc_key >> 16) & 0xFF) * (arc_key & 0xFF) / 3) ^ dpm_size);
+ Seed2 = (byte)((((arc_key >> 8) & 0xFF) * ((arc_key >> 24) & 0xFF) / 5) ^ dpm_size ^ 0xAA);
+ }
+
+ internal void DecryptEntry (byte[] data, uint entry_key)
+ {
+ byte s1 = 0xA5; // FIXME these constants seem to vary across games
+ byte s2 = 0x5A; // but this engine is rare, can't confirm for sure.
+ s1 = (byte)(Seed1 + ((entry_key >> 16) ^ (entry_key + s1)));
+ s2 = (byte)(Seed2 + ((entry_key >> 24) ^ ((entry_key >> 8) + s2)));
+ byte val = 0;
+ for (int i = 0; i < data.Length; ++i)
+ {
+ val += (byte)(s1 ^ (data[i] - s2));
+ data[i] = val;
+ }
+ }
+ }
+}
diff --git a/supported.html b/supported.html
index 4c1148f3..a7cad9d8 100644
--- a/supported.html
+++ b/supported.html
@@ -149,6 +149,7 @@ Tiny Dungeon ~BLESS of DRAGON~
Tiny Dungeon ~Brave or Slave~
| *.dat | - | No | Meteor Silver Bullet |
+Ayase Ke no Onna ~Inka no Ketsumyaku~
Chokotto☆Vampire!
Clover Point
Setsuei
@@ -305,6 +306,7 @@ Specialite!
Suiheisen made Nan Mile?
Swan Song
Teakamamire no Tenshi
+Towazugatari ~Shoujo Ryoujoku Hishou~
Zecchou Spiral!!
Zettai Karen! Ojou-sama
|
@@ -401,6 +403,7 @@ Futari no Erika ~Osanajimi to Ima Kanojo to~
Inen no Yakata
Inran OL Sawatari Tokiko
Itsuwari no Kyoushitsu
+Kangoku ~Injoku no Jikkentou~
Kunoichi Kikyou ~Gensou Kannou Emaki~
Mechiku ~Injoku no Shuuyoujo~
Momo x Momi
@@ -445,6 +448,7 @@ Hitozuma Onna Kyoushi Reika
Idol Koukai Chijoku Sex
Intruder
Itsuka, Dokoka de ~Ano Ameoto no Kioku~
+Kateinai Choukyou
Kichiku Nakadashi Suieibu
Mahou Shoujo no Taisetsu na Koto
Maki Fes!
@@ -453,6 +457,7 @@ Mimi o Sumaseba
Nagagutsu wo Haita Deco
Najimi no Oba-chan
Niizuma to Yuukaihan
+Onegan!
Otome Chibaku Yuugi
Otome Juurin Yuugi
Puchipuchi Idol Kouhosei
@@ -483,7 +488,9 @@ Gakuen Tengoku ~Kyonyuu de Ikimakuri~
Gokujou Chikan Densha
Hokenshitsu no Sensei ~Onedari Bakunyuu Lesson~
Jokyoushi wo Kurau
+Kangoku Suieibu
Lovers Collection
+Maho☆Gaku ~Mahoroba Kokusai Bouei Daigaku Fuzoku Gakuen~
Nachtmusik
Nachtmusik Another
Oto☆Puri
@@ -1126,6 +1133,7 @@ Karen
| *.mk | MKVS | No |
| *.pak | - | No | Black Rainbow Melty |
Ingoku Chikan Ressha
+love, VAMPIRE FLOWERS
Peropero Saimin 3 Raouden ~Yousei no Sakuryaku~
|
| *.gxp | GXP | No | Astronauts |
@@ -1347,8 +1355,12 @@ Seika no Mori
|
| *.gd | GD2 GD3 | No | C4 |
Koi Suru Science
+Mite Kudasaimasu?
|
| *.vmd | - | No |
+*.dpm *.bin | DPMX | No | Hot Soup Processor |
+femme fatale
+ |
Non-encrypted only