TonyGamer Posted December 10, 2024 Posted December 10, 2024 (edited) 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, 2024 by TonyGamer
TonyGamer Posted April 17 Author Posted April 17 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?
TonyGamer Posted April 19 Author Posted April 19 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.
TonyGamer Posted April 19 Author Posted April 19 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now