Open xxdesmus opened 3 years ago
Hi, I think that's because r2 last version has change the data structure of the command.
In the next photo you can see that "minopsz" is now part of 'core' and not 'bin':
One possible solution inside lisa/analysis/static_analysis.py (I don't know 100% if works 😊):
currently having the same issue. I tried the solution mentioned here but its not working. The "Key Error: minopsz" is gone but I see no analysis on the web interface and no report is generated for the sample.
Yep same here
https://github.com/danieluhricek/LiSa/blob/897fc5133e368273f5fd78339f72a5c3c1e490ce/lisa/analysis/static_analysis.py#L30
drop ["-2"]
and with @AlbertoFDR solution.
it works. radare2 v5.5.0
Oh this actually worked. Thank You so much.
I'm still facing KeyError: 'minopsz' , after modifying the "static_analysis.py" with the mentioned changes. what else am I missing, can someone help me in resolving this issue?
I'm still facing KeyError: 'minopsz' , after modifying the "static_analysis.py" with the mentioned changes. what else am I missing, can someone help me in resolving this issue?
Hi! Did you manage to fix this error?
Also having this problem, please help
Hi there,
Thank you for sharing this amazing project. I set things up, and when I try to analyze any sample I always get the same KeyError: 'minopsz' error.
am I missing something obvious?