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

5 lines
86 B
Python

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