You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The prerun result is in the file [result-origin.txt]. The program [DataCollectio
21
21
### Experiment 1
22
22
- The statistics presented in this experiment are shown in [result.txt] under the line "Results in section 6.3".
23
23
- The static analysis results generated by RAT-TRAP are stored in the file [RAT-TRAP.txt] under the raw_data folder. (Note that RAT and ARAT have different acronyms in the file. They are called HP and AHP in the file.)
24
-
- (Optional) To reproduce the results, please download the 1,887 apps provided in [app_list.txt], follow the same folder structure as App1 and generate the classlist.txt for each app (One way to generate the classlist.txt is to use soot and run: java -jar soot-trunk.jar -android-jars path-to/android--1 -src-prec apk -f J -process-dir targetApp.apk -allow-phantom-refs, and then ).
24
+
- (Optional) To reproduce the results, please download the 1,887 apps provided in [app_list.txt], follow the same folder structure as App1 and generate the classlist.txt for each app (One way to generate the classlist.txt is to use soot and run: java -jar soot-trunk.jar -android-jars path-to/android--1 -src-prec apk -f J -process-dir targetApp.apk -allow-phantom-refs, and then print the names of all the .jimple files to classlist.txt).
25
25
After getting the apps, the next step is to go to the scripts folder, and run the script "run.sh". Note that this can take one day to process. It will generate the file [RAT-TRAP.txt] in the raw_data folder. The prerun result is in the file [RAT-TRAP-origin.txt]
26
26
- The source code is in the source_code folder. (We prefer to import to Eclipse and build.)
0 commit comments