• Stars
    star
    132
  • Rank 264,894 (Top 6 %)
  • Language
    C++
  • License
    Other
  • Created almost 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extended oatdump from AOSP platform/art repo

oatdump++

Enhanced version of the original oatdump system utility shipped with new Android ART runtime. Most of the oatdump++ major features are usually upstreamed to AOSP. This repo is used mainly for new features development and testing. However, you can use this repo until upstreamed changes reach production Android releases

New Features for Oreo Branch

  1. Dex files decompiler when exporting (used Vdex unquickening support)

Notes

Useful information about Android ART runtime and newly introduced Dex bytecode instructions can be found in original Readme here.

To-do

  1. Regex support for class and method filters
  2. More switches for printed information control (useful if tool output is about to be scripted)
  3. Optimize addr2instr feature for more targeted disassembled code dumps in target method