Package

org.argus.amandroid.core

appInfo

Permalink

package appInfo

Visibility
  1. Public
  2. All

Type Members

  1. case class ApkCertificate(typ: String, version: Int, serialNumber: BigInt, owner: String, issuer: String, validity: ApkCertificateValidity, pubkey: ApkPublicKey, certSig: ApkCertificateSignature, fps: ApkCertificateFingerprints) extends Product with Serializable

    Permalink
  2. case class ApkCertificateFingerprints(md5fp: String, sha1fp: String, sha256fp: String) extends Product with Serializable

    Permalink
  3. case class ApkCertificateSignature(algName: String, oid: String, hexdata: String) extends Product with Serializable

    Permalink
  4. case class ApkCertificateValidity(notBefore: Date, notAfter: Date) extends Product with Serializable

    Permalink
  5. case class ApkPublicKey(algName: String, exponent: BigInt, modulus: BigInt) extends Product with Serializable

    Permalink
  6. class ReachableInfoCollector extends AnyRef

    Permalink

    Analyzes the classes in the APK file to find custom implementations of the well-known Android callback and handler interfaces.

    Analyzes the classes in the APK file to find custom implementations of the well-known Android callback and handler interfaces.

    Adapted Steven Arzt (FlowDroid) 's equivalent code

Value Members

  1. object ApkCertificateReader

    Permalink
  2. object AppInfoCollector

    Permalink

    adapted from Steven Arzt of the FlowDroid group

Ungrouped