GitXplorerGitXplorer
t

stackzy

public
1047 stars
56 forks
22 issues

Commits

List of commits on branch master.
Verified
b68e2e96cc74018e7dcd07074bf1e55f8574f3d3

โ—€๏ธ improve lib tracking

ttheapache64 committed 5 months ago
Verified
9a6c5ce0ea97f621f09abb2edb38a5f89ccc2712

๐ŸŒŸ add chunk size to log

ttheapache64 committed 6 months ago
Verified
d3aa0e994c00525de9884f268585ddcdfcb2fb6d

๐Ÿ†™ update APK tool

ttheapache64 committed 8 months ago
Verified
1aa6f96f47791a7baf02c55f0045c489a593e533

๐Ÿ› fix logout state issue

ttheapache64 committed a year ago
Verified
5935f6eb7069f2040a97d84451daac4407103c84

add 2fa msg : #96

ttheapache64 committed a year ago
Verified
f6a8ff3b2e5e8dbcae14c5aad9d3c0218455d75c

๐Ÿ› fix register link - #96

ttheapache64 committed a year ago

README

The README file for this repository.

๐Ÿš€ stackzy

Twitter: theapache64

A desktop app to analyse APK. Built using Compose desktop

โœจ Demo

๐Ÿ“ฝ๏ธ Usage

๐Ÿ’ป Install

Platform Download Status
Linux Download Button Experimental
Windows Download Button Experimental
MacOS Download Button 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.

๐Ÿ‹ Dependency

  • Java 8 or above

๐Ÿ—๏ธ๏ธ Built with

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

๐Ÿ˜‚ Fun Facts

  • 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.

๐Ÿ™‡ Credits

  • 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.

๐Ÿฅผ Test

Before executing any test, ensure

  • A device has connected to the adb
  • a valid PLAY_API_GOOGLE_USERNAME and PLAY_API_GOOGLE_PASSWORD defined in your environment.

๐Ÿค Contributing

โค Show your support

Give a โญ๏ธ if this project helped you!

Patron Link Buy Me A Coffee

๐Ÿ“ License

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 โค