-
Hi,
I have the following issue with Soot. I try to analyze the Android framework files. In particular, I would like to find all places in the code where system services are added, the corresponding…
-
We just moved our internal Soot build at SIT to a massively parallel new build system. On this system, the Soot test cases randomly fail without any code changes for no apparent reason. I therefore gu…
-
Soot crashes nondeterministically on a 64-core machine when translating to Jimple.
When I repeatedly run the exact same Soot command-line invocation on the same jar file to translate to Jimple, it …
-
Extend the static-analysis plugin such that the user may suppress warnings. Any suppressed warning should just be removed. Make CogniCrypt maintain one list per project that includes all suppressed wa…
-
I'm trying to serialize an object from the Soot program analysis framework, but I'm getting an array index out of bounds exception during serialization. I've added a link to the relevant documentation…
-
To whom it may concern,
I am using SPARK to generate the call graph of Android framework. And unluckily I get this error information. Currently I really have the needed files and I am using openjdk 1…
-
I’m using FlowDroid. And in the phase of processing an apk, a lot of logs (the dummy main method, the Spark information, the transformation information, etc. see below) are displayed. Is there a switc…
-
java版本1.8 scala版本2.11.4 gradle是刚下的最新版4.2.1
检查jade包的依赖情况如下:
![image](https://user-images.githubusercontent.com/20027984/31539130-3f35ecb6-b03a-11e7-9248-217c69cdb18f.png)
去对应目录下寻找发现的确没有相关的jar包
…
-
Hi all,
I am trying to insert an android system method to application but that method has not been used in android application. The insertion steps is as folows.
1. Prepare arguments
2. Get SootM…
-
Hi all,
a few issues:
1) Soot doesn't load classes from all .dex files
2) Soot tries (after instrumentation) to write all classes to one .dex file and doesn't even try to split them across different …