Skip to content

phretor/cuckoo-osx-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, i.am.rodionovd@gmail.com
2015

About

An OS X analyzer for Cuckoo Sandbox project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.0%
  • DTrace 13.2%
  • Shell 5.0%
  • C 0.8%