Skip to content

Commit dd0a834

Browse files
authored
Update README.md
1 parent b4d7d60 commit dd0a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The prerun result is in the file [result-origin.txt]. The program [DataCollectio
2121
### Experiment 1
2222
- The statistics presented in this experiment are shown in [result.txt] under the line "Results in section 6.3".
2323
- 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).
2525
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]
2626
- The source code is in the source_code folder. (We prefer to import to Eclipse and build.)
2727

0 commit comments

Comments
 (0)