firmex/python/matcher/ubifs.py
nganhkhoa ae41d9ce41 python prototype
detection for
- zip
- ambarella
- flatten device tree
- squashfs
2024-08-27 13:16:45 +07:00

6 lines
87 B
Python

from .matcher import SignatureMatcher, Match
class UbiFS(SignatureMatcher):
pass