Add try-catch
to VM-Pip-Install
#1205
Labels
👩🦱 IDA
Related to IDA or an IDA plugin
🌀 FLARE-VM
A package or feature to be used by FLARE-VM
💎 enhancement
It is working, but it could be better
Milestone
Details
Add
try-catch
toVM-Pip-Install
so that packages using this function don't have to add atry-catch
. A good example are IDA plugins like ida.plugin.hashdb.vm using theVM-Install-IDA-Plugin
function that install dependencies usingVM-Pip-Install
.VM-Install-IDA-Plugin
has thetry-catch
but we need it in the package because of the code inVM-Pip-Install
.The text was updated successfully, but these errors were encountered: