Maryam Masoudian

Results 7 issues of Maryam Masoudian

Hello, I have this [apk](url) and try to extract its callgraph. However, I get the following callgraph edges for class "". It says there should be an edge from _"

Hi, Consider the following case: ` public class MainActivity extends AppCompatActivity { private Button btn1; private final View.OnClickListener onClickListener = v -> onClick2(v); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);...

Hello, I didn't find any option for enabling the analysis of the body of a class when using FlowDroid via cmd. In coding, we can do so by adding Scene.v().addBasicClass(CLASS,...

Hi, How can we use the current vasco for performing reachability analysis in android apps by preserving context-sensitivity?

Hello, How is it possible to perform testing when log in is required in an application ?

# GraalVM Native Image Error Report ## Build Output ``` ======================================================================================================================== GraalVM Native Image: Generating 'native-image' (executable)... ======================================================================================================================== [1/8] Initializing... (0.0s @ 0.35GB) ``` ## Stack Trace ```java java.lang.NoClassDefFoundError: android/app/Application...

bug
native-image

Hi, I wanna perform inter-procedural analysis on Shimple bytecode of Android apps. However, I realize the existing examples here are for jimple. How can I use hero with Shimple? Thanks...