theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limitation of the global cache mechanism?

Arunm619 opened this issue · comments

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.

  • What if the decompilation done was done long back, and the new requests with more recent APKs are also served with stale data.

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

@Arunm619 Good to close?

Closing due to no response. Feel free to reopen