Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
83 lines (42 loc) · 2.83 KB

CODING_ANDROID.md

File metadata and controls

executable file
·
83 lines (42 loc) · 2.83 KB

Coding: Android

Resources

Tools

  • EasyBypassRestrictions

    • An open-source Android library to allow bypassing the android hidden api restictrion and dlfcn restriction for system lib.
  • Contacts-Android

    • An open-source library to reduce boilerplate code when handling contacts in Android.
  • stackzy

    • An open-source app to analyze APKs.
  • PGPainless

    • An open-source Java library to ease the use of OpenPGP.
  • Pluto

    • An open-source on-device debugging framework for Android applications.
  • Warden

    • An open-source library to help managing permissions in coroutines.
  • FOSSLight

    • An open-source suite of project analysis tools with focus on OSS information.
  • JADX

    • An open-source dex & apk to Java decompiler.
  • Ruler

    • An open-source Gradle plugin to analyse size of Android apps.
  • APK Studio

    • An open-source cross platform IDE for reverse-engineering Android application packages (not updated since a while).

Communities