-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIP package proposal: capesolo.vm #1212
Comments
Thanks for the idea @kevoreilly! It seems the tool can be install with pip. But I read in the README it has not been tested with Python 3.10 that is what we currently use. Updating to Python 3.11 is tricky because we have others tools that do not support it. 🤔 Do you know if there are major issues in Python 3.10? |
Python 3.10 should be ok as long as it's 64-bit. |
Capesolo requires python 3.11 and the version of python3 installed is 3.10, therefore we were not able to add it using the new PIP template from #1080 |
@enzok is ok to lower it in https://github.com/CAPESandbox/CAPEsolo/blob/main/pyproject.toml? |
Done. |
Thank you @enzok and @doomedraven for your prompt reaction, much appreciated |
Package Name
capesolo
Tool Name
CAPEsolo
Package type
PIP
Version
0.4.23
Category
Debuggers
Tool's authors
kevoreilly, enzok, doomedraven
Tool's description
Standalone sandbox tool with unpacker and debugger
Dependencies
No response
Why is this tool a good addition?
CAPEsolo brings the power of CAPE Sandbox to the desktop: API hooking, automated unpacking, malware classification via yara or behavioral signature, programmable debugger.
Extra information
No response
The text was updated successfully, but these errors were encountered: