Package

org.argus.amandroid.core

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. class ARSCFileParser extends AnyRef

    Permalink

    Parser for reading out the contents of Android's resource.arsc file.

    Parser for reading out the contents of Android's resource.arsc file. Structure declarations and comments taken from the Android source code and ported from java to scala.

    adapted from Steven Arzt

  2. class ARSCFileParser_apktool extends AnyRef

    Permalink
  3. trait AndroidXMLHandler extends AnyRef

    Permalink

    Common interface for handlers working on Android xml files

    Common interface for handlers working on Android xml files

    adapted from Steven Arzt

  4. case class Authority(host: String, port: String) extends Product with Serializable

    Permalink
  5. final case class ComponentInfo(compType: JawaType, typ: ComponentType.Value, exported: Boolean, enabled: Boolean, permission: ISet[String]) extends Product with Serializable

    Permalink

  6. class Data extends AnyRef

    Permalink
  7. class IntentFilter extends AnyRef

    Permalink
  8. class IntentFilterDataBase extends AnyRef

    Permalink

  9. final case class LayoutControl(id: Int, viewClass: JawaType, isSensitive: Boolean = false) extends Product with Serializable

    Permalink

    Data class representing a layout control on the android screen

    Data class representing a layout control on the android screen

    adapted from Steven Arzt

  10. class LayoutFileParser extends AnyRef

    Permalink

    Parser for analyzing the layout XML files inside an android application

    Parser for analyzing the layout XML files inside an android application

    adapted from Steven Arzt

  11. class ManifestParser extends AnyRef

    Permalink

  12. class ResourceFileParser extends AnyRef

    Permalink

    Parser for analyzing the resource XML files inside an android application

  13. class UriData extends AnyRef

    Permalink

Value Members

  1. object AbstractAndroidXMLParser

    Permalink

    Common base class for all resource parser classes

    Common base class for all resource parser classes

    adapted from Steven Arzt

  2. object AndroidXMLParser

    Permalink

    Common base class for all resource parser classes

    Common base class for all resource parser classes

    adapted from Steven Arzt

  3. object ComponentType extends Enumeration

    Permalink
  4. object ManifestParser

    Permalink

Ungrouped