December 10, 20241 yr Can you help me to decrypt super mario run ogg files please? In libDeALWrapper.so, i found a lot of aes encryption measure for ogg files and the function is DeALSetting$$get_OggEncryptionAesKey that means the ogg files is aes encrypted so can you help me please? SMR_Audio_OGG.zip Edited December 10, 20241 yr by TonyGamer
April 17Apr 17 Author Would you please stop bumping here? I’ve been waited from 2024 to 2026, more than a year, there’s something else with the OGG files of Super Mario Run?
April 19Apr 19 Author Use il2cppdumper, then check dump.cs or DummyDLL Assembly-CSharp.dll for get_OggEncryptionAesKey address, copy the address and paste on Hex view, you need to see aes encryption key as being blue bytes.
April 19Apr 19 Author Or use Ghidra with ghidra_with_struct.py and il2cpp_ghidra.h (Converted using header_to_ghidra.py), then look at get_OggEncryptionAesKey and check hex view, AES encryption key is blue bytes.
Create an account or sign in to comment