Skip to content

Component Resolving Updated

Choose a tag to compare

@fgwei fgwei released this 23 Apr 18:17
· 313 commits to master since this release

Many things have been updated.

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