Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 965 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 965 Bytes

cuckoo-osx-analyzer

My GSoC project aiming at building an OS X analyzer for Cuckoo Sandbox project.

⚠️ WIP ⚠️

Usage

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

Roadmap, bugs and whatnot

Please, look into the Issues and PRs of this repo.

Tests

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, [email protected]
2015