mirror of
https://github.com/mandiant/capa.git
synced 2026-01-18 23:55:52 -08:00
Compare commits
3 Commits
ida-domain
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3de84eff1b | ||
|
|
7e16ed741c | ||
|
|
5a5545aa14 |
@@ -35,7 +35,7 @@ from capa.features.extractors.base_extractor import (
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE"}
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE", "2.5-CAPE"}
|
||||
|
||||
|
||||
class CapeExtractor(DynamicFeatureExtractor):
|
||||
|
||||
@@ -20,6 +20,7 @@ from functools import lru_cache
|
||||
|
||||
import pytest
|
||||
|
||||
import capa.loader
|
||||
import capa.features.file
|
||||
import capa.features.insn
|
||||
import capa.features.common
|
||||
|
||||
Reference in New Issue
Block a user