https://github.com/sixf0ur/snappass
A Xposed module to bypass snapchat screenshot detection
https://github.com/sixf0ur/snappass
bypass snapchat xposed-module xposedmodule
Last synced: 8 months ago
JSON representation
A Xposed module to bypass snapchat screenshot detection
- Host: GitHub
- URL: https://github.com/sixf0ur/snappass
- Owner: sixf0ur
- Created: 2023-01-27T13:21:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T15:50:49.000Z (about 3 years ago)
- Last Synced: 2023-08-22T10:53:48.587Z (over 2 years ago)
- Topics: bypass, snapchat, xposed-module, xposedmodule
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnapPass
A Xposed module to bypass snapchat screenshot detection.
## Supported Versions:
SnapPass uses Dexplore to search for the method in the local apk. This becomes very handy when Snapchat updates are pushed and method names change. In the future, I won't have to update the repository with every new Snapchat release.
Tested and working on the following
- <= 12.26.0.20
If the Snapchat version is compatible and the Hook loads you can see a Toast message when opening Snapchat.
## Credits
Thanks to [NeonOrbits Dexplore](https://github.com/NeonOrbit/Dexplore)