This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,31 @@ gradle wrapper
1818- Translate more artifact parsers from Python.
1919- Extend Detection metadata (source file, STIX IDs, etc.).
2020- Optionally publish to Maven Central / local repo.
21+
22+ ## Android feature parity
23+
24+ Below is a quick overview of the Android artifact support compared to the Python
25+ version. "Parser" indicates whether a class exists to parse the artifact. The
26+ "Detection" column reflects if the heuristic/IOC logic is on par with the
27+ Python implementation.
28+
29+ | Artifact | Parser | Detection |
30+ | ----------| :------:| :---------:|
31+ | Accessibility | ✅ | ✅ |
32+ | ADB | ✅ | ❌ (no IOC logic) |
33+ | Appops | ✅ | ⚠ partial |
34+ | Battery daily | ✅ | ✅ |
35+ | Battery history | ✅ | ✅ |
36+ | DB info | ✅ | ✅ |
37+ | Package activities | ✅ | ✅ |
38+ | Packages | ✅ | ⚠ partial |
39+ | Platform compat | ✅ | ✅ |
40+ | Receivers | ✅ | ✅ |
41+ | File timestamps | N/A | N/A |
42+ | Getprop | ✅ | ⚠ partial |
43+ | Processes | ✅ | ⚠ partial |
44+ | Settings | ✅ | ✅ |
45+ | Tombstone crashes | ✅ | ⚠ partial |
46+
47+ Legend: ✅ implemented, ❌ missing, ⚠ simplified compared to Python.
48+
You can’t perform that action at this time.
0 commit comments