Argus-SAF
Argus-SAF copied to clipboard
Argus static analysis framework
I plan to bring the normal function to be the Source。but when I write it into TaintSourcesAndSinks.txt as Source, it does not work! howerver,it is working that write it as...
Hi, I tried to use nativedroid or jnsaf. But It didn't work as expected. I build on the environment in ubuntu 20.04 system on docker. And It was installed OpenJDK...
amandroid_stash/amandroid/config.ini Where did this file come from ? Caused by: java.io.FileNotFoundException: /root/.amandroid_stash/amandroid/config.ini (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)...
Simple check of this run fails java -jar argus-saf_***-version-assembly.jar t -o /outputPath /path/icc-bench
In order to find out the dynamically registered JNI functions, you have to spot the use of JNI API function `RegisterNatives`. In your *nativedroid*, you have follow in code to...
How can I extract integers passed as parameter? I was looking into the sample https://github.com/arguslab/Argus-SAF-playground/blob/master/src/main/scala/org/argus/play/random/RetriveStringFromSourceOrSink.scala This one can extract String values passed as parameters. I am trying to do something...
I am analyzing some apks from [https://play.google.com/store/apps/developer?id=Paytronix+Systems] paytronix family of apps. The cfg produced by the following code misses some flow containing **com.crashlytics.android.core** packages entirely. Is there any possible reason...
Does Amandroid have deobfuscate for apk?
Hi, I am wondering how to enable parallel mode for Amandroid? As suggested [here](http://pag.arguslab.org/argus-saf#tutorial-graph-idfg), Akka Actor should be used, but how do I actually use it for Amandroid? Thank you...
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...