Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/marapapman/Violist
Browse files Browse the repository at this point in the history
  • Loading branch information
marapapman committed Apr 19, 2016
2 parents 7d6c667 + 9396e46 commit 02418e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestCases/MobileApps/Readme.md
@@ -1,5 +1,5 @@
# Mobile app how to
The mobile app needs to be processed before analysis. At this moment, the Violist cannot specify hotsopts. It only analysis the second parameter of Logger.reportString(String, String). The code of this function can be seen in our source code. All the tools in this folder is used in our project, we instrument the mobile app and add the Logger.reportString(String, String) for every non-constant string variables.
The mobile app needs to be processed before analysis. At this moment, the Violist cannot specify hotsopts. It only analysis the first parameter of Logger.reportString(String variable, String label). The code of this function can be seen in our source code. All the tools in this folder is used in our project, we instrument the mobile app and add the Logger.reportString(String, String) for every non-constant string variables.


Use the command "./instrumentor.sh the_apk_you_want.apk", it will generate the instrumented apk in the InstrumentedApk folder (There are some there already).
Expand Down

0 comments on commit 02418e6

Please sign in to comment.