My GSoC project aiming at building an OS X analyzer for Cuckoo Sandbox project.
Just move/copy/symlink the analyzer/darwin
directory from this repository into your Cuckoo Sandbox copy. Then you can start submit your OS X jobs:
$ /utils/submit.py --platform darwin ~/bin/sample
Please, look into the Issues and PRs of this repo.
You can run the test suite either by using nose
:
$ cd ./cuckoo-osx-analyzer
$ # [sudo] pip install nose
$ nosetests
or by calling tests directly (may not work):
$ cd ./cuckoo-osx-analyzer
$ python tests/foo_tests.py # maybe even tests/*.py
Dmitry Rodionov, i.am.rodionovd@gmail.com
2015