hgascon
hgascon
Hi, @GuyAzoulay at this point this is mostly legacy code used to illustrate the results of the research project. I have applied different security updates and minor fixes in recent...
Have you tried to debug the code?
Maybe open an issue in the [androguard](https://github.com/androguard/androguard) project? If you can replicate and isolate the error, they might be able to identify where the problem is.
Any luck with that?
did you find where the error with androguard is?
Hi @harelber you can instantiate an Analysis object: ``` In [1]: from adagio.core.analysis import Analysis In [2]: Analysis? Init signature: Analysis( dirs, labels, split, max_files=0, max_node_size=0, precomputed_matrix='', y='', fnames='', )...