features: move OS and Format to their own features, not characteristics

This commit is contained in:
William Ballenthin
2021-08-16 16:28:26 -06:00
parent f013815b2a
commit ab1326f858
10 changed files with 132 additions and 120 deletions

View File

@@ -43,7 +43,7 @@ import capa.rules
import capa.engine
import capa.features
import capa.features.insn
from capa.features.common import ARCH_X32, ARCH_X64, String
from capa.features.common import BITNESS_X32, BITNESS_X64, String
logger = logging.getLogger("capa2yara")