firmex/python/matcher/ubifs.py

6 lines
87 B
Python
Raw Normal View History

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