This page describes parameters within the bm_compare.properties file.
tool_name: the tool to be used (e.g., BoxDroid)
bm_dir1: the dir1 containing birthmarks to be compared (e.g., /home/username/apks_output/strategy_output_apks/)
bm_dir2: the dir2 containing birthmarks to be compared (e.g., /home/username/apks_output/strategy_output_apks/)
Birthmarks contained in bm_dir1 would be compared with those contained in bm_dir2.
output_file: the file to store comparison results, (e.g., /home/username/apks_output/test.txt).
filteron: if set true, filters would be turned on.
use_ext_matching_algorithm: if set true, the extended matching algorithm would be applied.
delta_s: the app similarity threshold, default value is 0.75.
delta_f: Bucket Vector filter threshold, default value is 0.45.
delta_g: Union Vector filter threashold, defalut value is 0.65.
bucket_number: interval number of Bucket Vector filter, defalut value is 8.
bucket_length: interval length of Bucket Vector filter, defalut value is 128.