rodionovd / cuckoo-osx-analyzer

An OS X analyzer for Cuckoo Sandbox project
MIT License
57 stars 19 forks source link

Bootstrapping #5

Closed rodionovd closed 9 years ago

rodionovd commented 9 years ago

Need a bootstrap script that would integrate the analyser into an existing/new Cuckoo Sandbox repository clone automatically.

Here're the steps required so far:

# $ git clone https://github.com/cuckoobox/cuckoo/ ~/projects/cuckoo
$ cd ./cuckoo-osx-analyzer
$ ln -s ./analyzer/darwin/ ~/projects/cuckoo/analyzer/
jbremer commented 9 years ago

This is pretty much what I do myself as well to test the Windows monitor. Alternatively you might want to use a symlink to make the "process" of bootstrapping transparantly :)

rodionovd commented 9 years ago

@jbremer ah, symlinking is a great idea! Actually, without it I'll have to run the script after every change to the analyser.

Thanks!

rodionovd commented 9 years ago

Well, I guess since there're few steps required for integrating, there's no need for a script.

P.S. I wrote a little helper for bootstrapping a guest machine instead: https://github.com/rodionovd/cuckoo-osx-analyzer/blob/master/scripts/bootstrap_guest.sh