Skip to content

v1.1.0

Compare
Choose a tag to compare
@s5dev s5dev released this 27 Aug 19:40
· 23 commits to master since this release
a9c5dc6

What's Changed

  • Add Java Parser for Parsing Java Source Code (AST) by @s5dev in #12
  • Release 1.1.0 by @s5dev in #13

In this release we're introducing --enableAST flag to parse Java code 🚀

  • enabled AST for parsing java code to add Arguments for performing exploit in dynamic analysis
manifest-scanner --file ANDROID_PROJECT --report json --output D:/source/output.json --enableAST

Full Changelog: v1.0.9...v.1.1.0