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

[Request] CRC32 Support? #141

Open
VisionR1 opened this issue Feb 17, 2024 · 2 comments
Open

[Request] CRC32 Support? #141

VisionR1 opened this issue Feb 17, 2024 · 2 comments
Labels
Feature New feature or request

Comments

@VisionR1
Copy link

VisionR1 commented Feb 17, 2024

Hi the new bundle apps merge all good, but with new Pairip protections can bypass, but if after mod the lib.so or classes.dex etc. the app not open because need the original CRC32.
Is not about mod the game, this with CRC32 need it and if only just merge the split parts

Tools for CRC32 https://github.com/rr-/pycrcmanip
https://github.com/rr-/CRC-manipulator

I read this and test it and work https://platinmods.com/threads/how-to-bypass-pairip-protections-latest-too-easy.203105/

With this https://github.com/REAndroid/APKEditor when only merge the split parts with pairip protection, no need change CRC32 and work it

Can you add a feature to if we want to keep the original CRC32 or not ?

@VisionR1 VisionR1 changed the title Feature. CRC32 Support? [Request] CRC32 Support? Feb 17, 2024
@kefir500 kefir500 added the Feature New feature or request label May 27, 2024
@qyzhaojinxi
Copy link

I also need this. I want to know the crc32 is about the whole apk or just someone files. If it's about whole apk then I want to know before sign or after sign.

@VisionR1
Copy link
Author

VisionR1 commented Jun 5, 2024

I also need this. I want to know the crc32 is about the whole apk or just someone files. If it's about whole apk then I want to know before sign or after sign.

If modify some specific files, inside in the apk, then need the original crc32 only for this, because the other still have the original, and if need it the whole apk, after you compile the apk and sign, then crc32 the whole apk.

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

No branches or pull requests

3 participants