1# proto-file: config.proto 2# proto-message: UprobestatsConfig 3 4tasks { 5 probe_configs { 6 bpf_name: "prog_MalwareSignal_uprobe_set_component_enabled_setting" 7 fully_qualified_class_name: "com.android.server.pm.PackageManagerService$IPackageManagerImpl" 8 method_name: "setComponentEnabledSetting" 9 fully_qualified_parameters: ["android.content.ComponentName", "int", "int", "int", "java.lang.String"] 10 } 11 probe_configs { 12 bpf_name: "prog_MalwareSignal_uprobe_add_bound_client_uid" 13 fully_qualified_class_name: "com.android.server.wm.BackgroundLaunchProcessController" 14 method_name: "addBoundClientUid" 15 fully_qualified_parameters: ["int", "java.lang.String", "long"] 16 } 17 bpf_maps: "map_MalwareSignal_output_buf" 18 target_process_name: "system_server" 19 duration_seconds: 300 20} 21