This game https://idolypride.jp/game/ has it's assets encrypted with either AES or XOR. I dumped the lib2cpp.so files and i checked that some of them are causing the encryption of the assets even inside the Assembly-C Sharp plus other dlls while using dnspy to look for the encryption
I have some sample files from the game server which are encrypted:
, one from @chrrox which was decrypted from the game server which i found on utinyripper github issue page:
and some inside the apk which are also not encrypted and not from the game server.
https://anonfiles.com/Pccbjd47ua/Data_zip
Also, it uses models in the game.
Can you please help decrypt these assets from the game?