mirror of
https://github.com/mandiant/capa.git
synced 2026-07-09 05:39:14 -07:00
pep8
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user