Package

org.argus.amandroid.alir

componentSummary

Permalink

package componentSummary

Visibility
  1. Public
  2. All

Type Members

  1. class ApkYard extends AnyRef

    Permalink

  2. case class BoundServiceCallee(component: Component, sig: Signature, allow_remote: Boolean) extends RPCCallee with Product with Serializable

    Permalink
  3. case class BoundServiceCaller(component: Component, sig: Signature) extends RPCCaller with Product with Serializable

    Permalink
  4. case class BoundServiceReturnCallee(component: Component, callee_sig: Signature) extends RPCCallee with Product with Serializable

    Permalink
  5. case class BoundServiceReturnCaller(component: Component, owner_sig: Signature, allow_remote: Boolean) extends RPCCaller with Product with Serializable

    Permalink
  6. trait CSTCallee extends AnyRef

    Permalink
  7. trait CSTCaller extends AnyRef

    Permalink
  8. trait CSTContent extends AnyRef

    Permalink
  9. case class Component(apk: ApkGlobal, typ: JawaType) extends Product with Serializable

    Permalink
  10. class ComponentBasedAnalysis extends AnyRef

    Permalink

  11. trait ComponentSummaryProvider extends AnyRef

    Permalink
  12. class ComponentSummaryTable extends AnyRef

    Permalink
  13. trait ICCCallee extends CSTCallee

    Permalink
  14. trait ICCCaller extends CSTCaller

    Permalink
  15. class ICC_Summary extends CSTContent

    Permalink
  16. case class IntentCallee(component: Component, compTyp: core.AndroidConstants.CompType.Value, filter: ISet[IntentFilter], exported: Boolean) extends ICCCallee with Product with Serializable

    Permalink
  17. case class IntentCaller(component: Component, compTyp: core.AndroidConstants.CompType.Value, intent: IntentContent) extends ICCCaller with Product with Serializable

    Permalink
  18. case class IntentResultCallee(component: Component) extends ICCCallee with Product with Serializable

    Permalink
  19. case class IntentResultCaller(component: Component) extends ICCCaller with Product with Serializable

    Permalink
  20. class LightweightCSTBuilder extends AnyRef

    Permalink

    Hopefully this will be really light weight to build the component based summary table

  21. case class MessengerCallee(owner: Component, sig: Signature) extends RPCCallee with Product with Serializable

    Permalink
  22. case class MessengerCaller(component: Component, sig: Signature) extends RPCCaller with Product with Serializable

    Permalink
  23. trait RPCCallee extends CSTCallee

    Permalink
  24. trait RPCCaller extends CSTCaller

    Permalink
  25. class RPC_Summary extends CSTContent

    Permalink
  26. case class StaticFieldRead(component: Component, fqn: FieldFQN) extends CSTCallee with Product with Serializable

    Permalink
  27. case class StaticFieldWrite(component: Component, fqn: FieldFQN) extends CSTCaller with Product with Serializable

    Permalink
  28. class StaticField_Summary extends CSTContent

    Permalink

Ungrouped