Skip to content

A tool to scan the entire git history of Android `art` repository.

License

Notifications You must be signed in to change notification settings

giacomoferretti/android-git-scanner

Repository files navigation

Android Git Scanner

This tool is a helper for Odex Patcher

Installation

  1. Clone repository

    git clone https://github.com/giacomoferretti/android-git-scanner
  2. Install dependencies

    poetry install

Extract OAT versions

  1. Clone art repository ~513MB (Skip if already cloned)

    git clone https://android.googlesource.com/platform/art android-art
  2. Run scanner

    poetry run ags oat android-art

Extract VDEX versions

  1. Clone art repository ~513MB (skip if already cloned)

    git clone https://android.googlesource.com/platform/art android-art
  2. Run scanner

    poetry run ags vdex android-art

Releases

No releases published

Packages

No packages published

Languages