mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
isort capa_as_library.py
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import json
|
|
||||||
import collections
|
import collections
|
||||||
import capa.main
|
import json
|
||||||
import capa.rules
|
|
||||||
import capa.engine
|
import capa.engine
|
||||||
import capa.features
|
import capa.features
|
||||||
from capa.engine import *
|
import capa.main
|
||||||
import capa.render.utils as rutils
|
import capa.render.utils as rutils
|
||||||
|
import capa.rules
|
||||||
|
from capa.engine import *
|
||||||
from capa.render import convert_capabilities_to_result_document
|
from capa.render import convert_capabilities_to_result_document
|
||||||
|
|
||||||
# edit this to set the path for file to analyze and rule directory
|
# edit this to set the path for file to analyze and rule directory
|
||||||
|
|||||||
Reference in New Issue
Block a user