Skip to content

New AST, New compiler, New decoder, Indirect call resolver

Choose a tag to compare

@fgwei fgwei released this 23 Apr 05:38
· 320 commits to master since this release

Many things have been updated.
0. Rename jawa-core to jawa, amandroid-core to amandroid.

  1. Merge JawaCompiler to Jawa.
  2. Update pilar AST to use Jawa AST, which makes static analysis more elegant and easy to use.
  3. Add interface for handle indirect call for data flow analysis. e.g., Runnable.start -> Runnable.run.
  4. Add interface for model call handling.
  5. User can easily adding indirect call resolver and model call handler.