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

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: