-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Susi #16
Comments
Hi, Thanks in advance. |
You can get the Soot JAR file from the Soot project on Github: https://github.com/Sable/soot. The susi.jar file is simply the compiled version of the Susi project. |
@StevenArzt Thank you I already did it and it's working :D Just a silly question, is the SuSi can analyze the latest android version. And could you please tell us how could we make the android.jar from the latest android version. I read few peoples are willingly waiting to know is SuSi's compatibility with the latest android version. Thanks :) |
I haven't tried SuSi with newer Android versions, so I can't tell for sure. However, I would assume that it should just work fine. For generating the full Android framework JAR, there are tutorials online to extract the dex/odex files from a phone or emulator and decompile them into JARs. You can also build the Android open source project to get the bytecode, which should be the most straight-forward solution. |
Hi, @StevenArzt Could you help me with my problem, please? Thanks a lot! |
@ezamorab You seem to be using an outdated or broken version of Soot. Please try again with the newest version of Soot and re-compile Susi against that version just to be sure that everything matches. |
soot 3.2.0 works well. but soot 4.0.0 doesn't work for me |
Hi, I have some problems... could you help me, please?
When I try to run Susi with the cmd command, it starts but then I get a problem:
Do you know why?
I also want to know if Susi runs with the newest versions of android.
Thanks in advance!
The text was updated successfully, but these errors were encountered: