This commit is contained in:
William Ballenthin
2021-08-11 15:08:31 -06:00
parent 71d9ebd859
commit 34819b289d
7 changed files with 11 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@ logger = logging.getLogger("capa.detect-elf-os")
def main(argv=None):
if capa.helpers.is_runtime_ida():
from capa.ida.helpers import IDAIO
f: BinaryIO = IDAIO()
else:
+1 -1
View File
@@ -75,8 +75,8 @@ import capa.rules
import capa.engine
import capa.helpers
import capa.features
import capa.features.freeze
import capa.features.common
import capa.features.freeze
logger = logging.getLogger("capa.show-features")