# cuckoo **Repository Path**: git-zl/cuckoo ## Basic Information - **Project Name**: cuckoo - **Description**: 恶意代码分析系统 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: https://cuckoosandbox.org/assets/images/cuckoo-black.png :alt: Cuckoo Sandbox :target: https://cuckoosandbox.org/ `Cuckoo Sandbox `_ is the leading open source automated malware analysis system. What does that mean? It simply means that you can throw any suspicious file at it and in a matter of seconds Cuckoo will provide you back some detailed results outlining what such file did when executed inside an isolated environment. If you want to contribute to development, report a bug, make a feature request or ask a question, please first take a look at our `community guidelines`_. Make sure you check our existing Issues and Pull Requests and that you join our `IRC or Slack channel `_. For setup instructions, please refer `to `_ `our `_ `documentation `_. This is a development version, we do not recommend its use in production; the latest stable version may be installed through :code:`pip install -U cuckoo`. You can find the full documentation of the latest stable release `here `_. .. image:: https://travis-ci.org/cuckoosandbox/cuckoo.png?branch=master :alt: Linux Build Status :target: https://travis-ci.org/cuckoosandbox/cuckoo .. image:: https://ci.appveyor.com/api/projects/status/p892esebjdbhq653/branch/master?svg=true :alt: Windows Build Status :target: https://ci.appveyor.com/project/jbremer/cuckoo/branch/master .. image:: https://coveralls.io/repos/github/cuckoosandbox/cuckoo/badge.svg?branch=master :alt: Coverage Coverage Status :target: https://coveralls.io/github/cuckoosandbox/cuckoo?branch=master .. image:: https://codecov.io/gh/cuckoosandbox/cuckoo/branch/master/graph/badge.svg :alt: Codecov Coverage Status :target: https://codecov.io/gh/cuckoosandbox/cuckoo .. _`community guidelines`: https://cuckoo.sh/docs/introduction/community.html .. _`contribution requirements`: http://www.cuckoofoundation.org/contribute.html