Skip to content

ikoz/AndroidFrameworkSmali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidFrameworkSmali

This contains Android frameworks as Smali files to be used as a reference library in projects like Simplify.

Building

The building process is simple.

  1. Pull framework files off of device (e.g. /system/framework)
  2. Disassemble all the ODEX and OAT files
  3. Combine disassembly output files into single folder

Prerequisites

  1. Connect an Android device or emulator running desired API version
  2. Ensure baksmali is on your path

Instructions

Once you've satisfied the prerequisites, run this:

./make_reflib

This will create a folder with the name android-<version>.

About

Android Framework Smali

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smali 100.0%