mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
Merge remote-tracking branch 'parentrepo/dynamic-feature-extraction' into analysis-flavor
This commit is contained in:
@@ -8,15 +8,13 @@
|
||||
|
||||
import textwrap
|
||||
|
||||
import pytest
|
||||
|
||||
import capa.rules
|
||||
import capa.engine
|
||||
import capa.optimizer
|
||||
import capa.features.common
|
||||
from capa.engine import Or, And
|
||||
from capa.features.insn import Mnemonic
|
||||
from capa.features.common import Arch, Bytes, Substring
|
||||
from capa.features.common import Arch, Substring
|
||||
|
||||
|
||||
def test_optimizer_order():
|
||||
|
||||
Reference in New Issue
Block a user