I want to run string analysis for Android application.
I write config according to README.md.
I successfully run violist, but I obtain no results.
The example apk is successfully analyzed.
The following is my configure file:
androidJarPath=webview/android-8
parentFolderOfApk=webview/App
apkName=app-debug.apk
loopUnraveledTime=2
<android.webkit.WebView : void loadUrl (java.lang.String)>@1
Does the lack of "classlist.txt" file is the reason of no analysis results?
I have one question? How can I obtain the "classlist.txt" for my own application?
What classes are included in "classlist.txt"?
I want to run string analysis for Android application.
I write config according to README.md.
I successfully run violist, but I obtain no results.
The example apk is successfully analyzed.
The following is my configure file:
androidJarPath=webview/android-8
parentFolderOfApk=webview/App
apkName=app-debug.apk
loopUnraveledTime=2
<android.webkit.WebView : void loadUrl (java.lang.String)>@1
Does the lack of "classlist.txt" file is the reason of no analysis results?
I have one question? How can I obtain the "classlist.txt" for my own application?
What classes are included in "classlist.txt"?