Closed samadanc closed 1 year ago
Dear @samadanc, I apologize for the delay and appreciate your interest in RONIN.
1) the java command manually inserted should be the following: java_command = ['java', '-jar', jar_file, package, apk_path, android_jar_path]
2) the folder can also contain a single apk
3) The line No SOOT output
seems a problem related to SOOT that is unable to unpack the apk unfortunately I can not intervene on that
Thanks! I forgot to mention it's working now - that's precisely what I used for the manual java commands.
I ran it on the Ghera dataset instead of a random apk as mentioned in the paper and it worked fine - thank you so much for replying and for all your help! 😄
Hey guys!
I was trying to replicate your work from the paper "Assessing the Security of Inter-App Communications in Android through Reinforcement Learning".
I'm facing this error when running this on a windows laptop:
I tried fixing it by putting in manual entries for the run, but I'm still facing this error running the jar file for the static analysis.
I'm using the RepackagingLab apk you can find here: https://seedsecuritylabs.org/Labs_16.04/Mobile/Android_Repackaging/
Let me know if the apk folder needs to have more than just the apk file and if there's any clues to why this is failing :)
Samad