mirror of
https://github.com/mandiant/capa.git
synced 2026-07-07 04:47:31 -07: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