Searched defs:VeridexOptions (Results 1 – 1 of 1) sorted by relevance
79 struct VeridexOptions { struct80 const char* dex_file = nullptr;81 const char* core_stubs = nullptr;82 const char* flags_file = nullptr;83 bool precise = true;84 int target_sdk_version = 29; /* Q */85 std::vector<std::string> app_class_name_filter;86 std::vector<std::string> exclude_api_lists;