arguslab / Argus-SAF

Argus static analysis framework
Apache License 2.0
183 stars 49 forks source link

Questions on SBDA and component-based analysis #66

Open zjbthomas opened 5 years ago

zjbthomas commented 5 years ago

Hi,

I have two questions related to SBDA and component-based analysis (CBA for short):

  1. As SBDA is introduced as part of JN-SAF, before running JAR, do I need to install JN-Saf with NativeDroid? Or is it only for those who want to develop Argus?
  2. I noticed that in benchmark_cli.sh, when testing on benchmarks without native methods, CBA is used instead of SBDA. Does it mean that for Android apps without native methods, CBA should be used; otherwise, SBDA? Or is it possible to use SBDA all the time?

Thank you in advance for your help!