Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption key changed? #2

Open
laztheripper opened this issue Feb 15, 2024 · 0 comments
Open

Encryption key changed? #2

laztheripper opened this issue Feb 15, 2024 · 0 comments

Comments

@laztheripper
Copy link

Running python 3.7.7 x64

Header Offset: 2108676792
Header Size: 2575321944
Traceback (most recent call last):
  File "c:/Users/x/Desktop/fix.py", line 82, in <module>
    binary_data = decrypt_header()
  File "c:/Users/x/Desktop/fix.py", line 72, in decrypt_header
    decrypted_header = xxtea.decrypt(encrypted_header, key, padding=False)
ValueError: Data length must be a multiple of 4 bytes and must not be less than 8 bytes

I located il2cpp_init() but there's no encryption string, and from looking at the pseudo it appears that the key is assembled on the spot. Although, it is possible I failed to notice the key.

Any help is appreciated, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant