You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages/libraries.python3.vm/tools/chocolateyuninstall.ps1 can uninstall libraries installed before the installation of libraries.python3.vm if any of the libraries was already installed. We do not uninstall Python libraries installed by other packages such as flare-capa installed by ida.plugin.capa.vm. I think this is a confusing behavior and as uninstalling is best effort I suggest to remove the file and not uninstall any previously installed Python library. This simplifies the code to maintain and removes the confusion.
In addition, we should remove the VM-Pip-Uninstall function that is not used.
The text was updated successfully, but these errors were encountered:
Details
packages/libraries.python3.vm/tools/chocolateyuninstall.ps1
can uninstall libraries installed before the installation oflibraries.python3.vm
if any of the libraries was already installed. We do not uninstall Python libraries installed by other packages such asflare-capa
installed byida.plugin.capa.vm
. I think this is a confusing behavior and as uninstalling is best effort I suggest to remove the file and not uninstall any previously installed Python library. This simplifies the code to maintain and removes the confusion.In addition, we should remove the
VM-Pip-Uninstall
function that is not used.The text was updated successfully, but these errors were encountered: