Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit af98ce6

Browse files
committed
docs(java): document feature parity
1 parent 2ba1090 commit af98ce6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

java/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)