theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Limitation of the global cache mechanism? #74

Closed Arunm619 closed 2 years ago

Arunm619 commented 2 years ago

Stackzy uses a gloabl caching mechanism, which works as a centralized caching system. Means, if someone decompiled WhatsApp, the next time you try to find the stack, it won't be decompiled and the result will be served from the cache.

theapache64 commented 2 years ago

We also store and match the versionCode of the APK decompiled. 😉

https://github.com/theapache64/stackzy/blob/cac8304f55e112bc096deba62a13d5cdf7d40ac9/data/src/main/kotlin/com/theapache64/stackzy/data/remote/ApiInterface.kt#L42

theapache64 commented 2 years ago

@Arunm619 Good to close?

theapache64 commented 2 years ago

Closing due to no response. Feel free to reopen