8000 GitHub - testwhat/SmaliEx at 0.8
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

testwhat/SmaliEx

Repository files navigation

About

This is forked from https://code.google.com/p/smali/
The additional modification is to support convert oat file to dex.

Function concept:
boot.oat -> extract optimized boot class dex files -> deoptimize to dex files
app.odex(oat) -> reference boot dex files to deoptimize

Compiled jar: https://github.com/testwhat/SmaliEx/blob/master/smaliex-bin/oat2dex.jar

Usage:
Deoptimize boot classes (The output will in "odex" and "dex" folders):
  java -jar oat2dex.jar boot <boot.oat file>
Deoptimize application:
  java -jar oat2dex.jar <app.odex> <boot-class-folder output from above>
Get odex from oat:
  java -jar oat2dex.jar odex <oat file>

Used by:
JoelDroid
SVADeodexerForArt
PUMa - Patch Utility Manager

Original Readme

### About

smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)

The primary webpage is http://smali.googlecode.com, and the source is also mirrored at https://github.com/jesusfreke/smali. If you are interested in submitting a patch, feel free to send me a pull request on either site.

Support

  • googlecode Issue tracker - For any bugs/issues/feature requests
  • #smali on freenode - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.

Some useful links for getting started with smali

About

A wrapper to get de-optimized dex from odex/oat/vdex.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 25

0