Open JuliusNmn opened 1 month ago
I have rewritten AndroidEntryPointFinder and AndroidManifestKey from scratch. Current implementation parses AndroidManifest to find launcher activity classes and marks configured methods as entry points. Configuration parsing cleaned up to resemble other analyses. Todo: Implement ICC Analysis to add CG edges to started Activities or Services.
Minimal Android support. Includes original
AndroidEntryPointFinder
andIntentFilter
implementation. RemovedAndroidICCAnalysis
, pending a reimplementation that conforms closer to opal's paradigms.