MalwareGraphGenerator a integrating a integrating tool for multiple graphs generation of apks; 1、apk activity graph generation (1) using generate_all_apks_activity_graph(apk_directory_path) param is filled by a directory of apks; (2) using generate_apk_activity_graph(apk_path) param is filled by a path of apk; 2、apk class graph generation (1) using generate_all_apks_class_graph(apk_directory_path) param is filled by a directory of apks; (2) using generate_apk_class_graph(apk_path) param is filled by a path of apk; 3、apk method graph generation (1) using generate_all_apks_method_graph(apk_directory_path) param is filled by a directory of apks; (2) using generate_apk_method_graph(apk_path) param is filled by a path of apk; author fan ou