Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 812 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 812 Bytes

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