A desktop app to analyse APK. Built using Compose desktop
- Watch demo
- Show usage
Platform | Download | Status |
---|---|---|
Linux | Experimental | |
Windows | Experimental | |
MacOS | Experimental |
βΉοΈ To run the
jar
, you need Java 15 or above. If you hate running jar, you can clone the repo and execute./gradlew createDistributable
to build executable for your system.
- Java 8 or above
What | How |
---|---|
π User Interface | Compose Desktop |
π Architecture | MVVM |
π§ Backend | Retrosheet |
π DI | Dagger2 |
π οΈ APK Decompiling | ApkTool |
β Dex to Java | jadx |
π£οΈ Navigation | Decompose |
π Async | Coroutines + Flow |
π Networking | Retrofit |
π JSON | Moshi |
β¨οΈ Logging | Arbor |
π» ADB | Adam |
π§ͺ Testing | DaggerMock + JUnit |
-
Stackzy uses a google sheet as the backend, thanks to Retrosheet
-
The initial name of Stackzy was
Which Stack
-
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.
- Special thanks to @mikepenz for contributing 200+ libraries from his project AboutLibraries π
- Special thanks to @SpikeySanju for the beautiful design π
- Icons are from flaticon.com
- Illustrations are from evernote.design
- Thanks to all amazing people at Twitter for inspiring me to continue the development of this project.
Before executing any test, ensure
- A device has connected to the adb
- a valid
PLAY_API_GOOGLE_USERNAME
andPLAY_API_GOOGLE_PASSWORD
defined in your environment.
- See CONTRIBUTING.md
Give a βοΈ if this project helped you!
Copyright Β© 2021 - theapache64
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This README was generated by readgen β€