mandiant / VM-Packages

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Apache License 2.0
147 stars 67 forks source link

add frida and frida-tools into modules.xml #960

Closed binjo closed 7 months ago

binjo commented 8 months ago

Details

The frida is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. It's handy to do quick triage for malware analysis too. It can be installed through:

pip install frida
pip install frida-tools

Does add into the libraryis.python3.vm sufficient for inclusion?

https://github.com/frida/frida

Ana06 commented 7 months ago

Yes, libraries.python3.vm is where we install common Python libraries. Thanks for the issue and the PR! :+1: