Jordan Samhi
Jordan Samhi
Hello @heulaoyoutiao, I think that what you want to achieve has nothing to do with Flowdroid. Maybe what you want is code instrumentation with Soot: https://github.com/soot-oss/soot/wiki/Instrumenting-Android-Apps-with-Soot Cheers, Jordan
Hi @yokotayokota, Glad you found the IC3 version I modified, I will have a look to the issue you opened.
Hello @StevenArzt, The problem, I think, is that ic3 relies on an old version of Flowdroid, it even itself relies on the `AnalyzeJimpleClass` in its code. Then I guess that...
The ic3 team, I do not know but I do not think so. As for me, I could, but as I said to @yokotayokota, I have little time to invest...
Hi @yokotayokota, If you update the Flowdroid version in IC3, as I said, you will stumble into some problems to build ic3 since it would need some code changes. If...
Like I told Steven, I will do something to fix ic3 with the latest versions of Flowdroid, but I can't do it at this time, I will keep you posted.
Hello @yokotayokota, The easiest way to achieve what you are trying to do is to make your own app that relies on ic3 and to use the available classes (e.g.,...
Hi @buriedpot, Consider using the `-allow-phantom-refs` option.
You error means that the program did not recognize a real APK in the file you provided. Is it an actual APK or did you just create and empty file...
It depends on where you need it. If it is a maven dependency, just add this: ```xml org.smali dexlib2 2.1.1 ``` to you pom.xml. Otherwise download the jar [here](https://repo1.maven.org/maven2/org/smali/dexlib2/2.1.1/dexlib2-2.1.1.jar) and...