sireum / archived-v2-amandroid

34 stars 16 forks source link

Run amandroid help me #43

Closed Mac85 closed 8 years ago

Mac85 commented 8 years ago

I'am following this tutorial for use amandroid: http://amandroid.sireum.org/software.html Premise: I use an MacBook Pro. I have downloaded Sireum Strawberry version and to start it with terminal type the folder path and I get the menu: 1 Now what do I have to type to start Android?

fgwei commented 8 years ago

sireum amandroid will give you next layer of options.

Mac85 commented 8 years ago

I did not understand. If I want to start some tools, which command I type? Please let me you give an example?

fgwei commented 8 years ago

Have you check this link: http://amandroid.sireum.org/software.html#run-amandroid

Mac85 commented 8 years ago

I write everything I've done: I have downloaded Sireum Strawberry in this site " https://bintray.com/sireum/cli/stable/latest/view#files " Then I run the terminal and I carry folder Sireum. here you type the command: sireum amandroid The terminal writes: -bash: sireum: command not found What is wrong?

fgwei commented 8 years ago

I think you haven't put the sireum into the PATH. Just do: export PATH=/your_path/Sireum:$PATH

Mac85 commented 8 years ago

I did like you said and now if I type: "sireum amandroid" works thanks. Where can I find the commands that you can type to start the modes?

fgwei commented 8 years ago

Example commands:

$ sireum amandroid decompile /path/some.apk /outputPath $ sireum amandroid taintAnalysis -m 12 -p -o /outputPath /path/some.apk /your_Amandroid_Home/taintAnalysis/sourceAndSinks/TaintSourcesAndSinks.txt

sireum amandroid will give you all the commands it allows.

Mac85 commented 8 years ago

Ok thank you very much.