1

I am trying to analyze android apk's using Soot. However, I get an an error saying invalid option: android-jars along with a CompilationDeathException: Option parse error. Is this due to the wrong path of android jars or soot(2.5.0)?

To launch soot, I am using the script found here: http://www.abartel.net/dexpler/

user782400
  • 1,617
  • 7
  • 30
  • 51

1 Answers1

0

Yes. The command-line option -android-jars was not included in soot-2.5. Use the latest nightly version instead.

Behnam
  • 6,510
  • 6
  • 35
  • 65