Add Asm2Vec method for comparing traces
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import importlib
|
||||
|
||||
__all__ = ["model", "datatype", "utils"]
|
||||
|
||||
for module in __all__:
|
||||
importlib.import_module(f".{module}", "asm2vec")
|
||||
Reference in New Issue
Block a user