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
If I understand correctly, your idea is to allow passing in a custom script which can call certain functions that the user is interested in analysing, inside the sandbox. Is that right?
If I understand correctly, your idea is to allow passing in a custom script which can call certain functions that the user is interested in analysing, inside the sandbox. Is that right?
Hi Kushal, while the priorities for our roadmap are mostly centered around automated analysis, including things like increasing coverage using automated methods, we are interested in better understanding the use-cases you had in mind for a manual 'driver script'.
Could you explain a little bit more of the background behind this feature request and/or intended applications?
In Python land for example after we install a wheel (or build and then install from source), allow us to execute some code.
Say we are installing a module called
randomcode
, then maybe we can also pass a python file like following and interpret/execute accordingly.The text was updated successfully, but these errors were encountered: