Forum Discussion
ArthurDent
24 days agoBronze III
Python Scripting for Malware Analysis: Ep.4 – Static Analysis of Cryptographic Algorithms matplotlib problem
I've got the Private key by running the initial script sample. I'm attempting to do the plotting of entropy, but immediately get an error for the "import matplotlib.pyplot as plt" line of "ModuleNotF...
- 21 days ago
Realized that the plotting wasn't essential to the lab - just the rest of the script was necessary. Removing the stuff related to plotting allowed the script to run.
ArthurDent
21 days agoBronze III
Realized that the plotting wasn't essential to the lab - just the rest of the script was necessary. Removing the stuff related to plotting allowed the script to run.