-
Notifications
You must be signed in to change notification settings - Fork 82
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
Faster obfuscation updates to match SC? #36
Comments
I think it's actually a decent idea. |
https://github.com/iHelp101/XInsta The Xinsta (Xposed Instagram module) uses a hook method. Maybe this helps to get an idea how to implement such function. |
We will work on implementing it, putting it here just a reminder:
|
When faster obfuscation is implemented, is it then possible to have all versions of the previous supported snapschat versions listed and then the user could choose the version he/she is using? Maybe make the hook updater automated at the end so it will automatically create the newest hooks to the newest version of the snapschat. |
I noticed that you've had the next set of obfuscation fixes in the repository for around a week now, but haven't updated the module APK so a lot of features don't work for those that has snapprefs installed even if the fixes have been made.
Is there a potential alternative method of handling the obfuscation strings so that they can be released/integrated into the app quicker?
Perhaps an online source (doesn't even have to be an API, toss json files onto github pages and tell the app to check the repo daily) with string names and known-blacklisted features for every supported version of SC, that way you can release those outside of the app lifecycle for faster updates and if a certain snapchat change turns out to crash snapprefs, you have a way of remotely disabling that feature so it keeps working.
I'm not sure if xposed will work with dynamic strings as hook class/method names, but just an idea.
The text was updated successfully, but these errors were encountered: