Searched defs:VeridexOptions (Results 1 – 1 of 1) sorted by relevance
68 struct VeridexOptions { struct69 const char* dex_file = nullptr;70 const char* core_stubs = nullptr;71 const char* blacklist = nullptr;72 const char* light_greylist = nullptr;73 const char* dark_greylist = nullptr;74 bool precise = true;75 int target_sdk_version = 28; /* P */