mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
Fix typo in OS name
This commit is contained in:
@@ -22,7 +22,7 @@ def extract_os(bv: BinaryView) -> Iterator[Tuple[Feature, Address]]:
|
||||
elif name == "macos":
|
||||
yield OS(OS_MACOS), NO_ADDRESS
|
||||
|
||||
elif name in ["linux", "freebsd", "decreee"]:
|
||||
elif name in ["linux", "freebsd", "decree"]:
|
||||
yield OS(name), NO_ADDRESS
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user