// Iterate over the dex files associated with the passed resolvers to report // hidden API uses. void Run(const std::vector<std::unique_ptr<VeridexResolver>>& app_resolvers, const ClassFilter& app_class_filter);
private: // Run over all methods of all dex files, and call `action` on each. void RunInternal( const std::vector<std::unique_ptr<VeridexResolver>>& resolvers, const ClassFilter& class_filter, const std::function<void(VeridexResolver*, const ClassAccessor::Method&)>& action);
// Add uses found in method `ref`. void AddUsesAt(const std::vector<ReflectAccessInfo>& accesses, MethodReference ref);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.