-
``` java.lang.ExceptionInInitializerError
at sootup.jimple.parser.JimpleConverterUtil.createJimpleParser(JimpleConverterUtil.java:194)
at com.github.swissiety.jimplelsp.resolver.SignaturePositionR…
-
Trying to load class file and write it back (in my setting the entire android framework is processed, but maybe you are able to reproduce with the framework in the classpath)
Exception in thread "mai…
-
I am trying to build info flow graph (no tainting) with the following code:
SetupApplication analyzer = new SetupApplication(FRAMEWORK_DIR, APK_PATH);
analyzer.getConfig().setTaintAnalysisEnable…
-
Dear developers,
I hope this message finds you well. Firstly, I would like to express my appreciation for your excellent work on the Soot-FlowDroid module. It has been instrumental in my recent ana…
-
Is it possible to create a simple standalone example for how to use actual soot stuff to create call graph for Android applications?
A simple example step-by-step:
1. How to load APK?
2. Select c…
-
I have come across a soot error that indicates it is a method reflection implementation class resolution failure under soot 3.3.0 when trying to analyze an android APK that utilizes Googles Admob libr…
-
I got the following exception when running FlowDroid v2.7.1, with the latest Soot and Heros from their develop branches:
```
[main] INFO soot.jimple.infoflow.cmd.MainClass - Analyzing app /path/to…
-
Please examine each of the following points so that we can help you as soon and best as possible.
**Describe the bug**
While calling `retrieveActiveBody` on some method, soot will throws RuntimeEx…
-
1. How can we use this callgraph toolbox as a standalone program instead of a plugin of eclipse?
The use case is in my project I just want the relationship between different functions and wanted to…
-
First, thank you for your valuable work and support:
Is it possible to run FlowDroid on binaries of system services, e.g., to taint one parameter across methods of the application framework and als…