cuckoo-osx-analyzer
cuckoo-osx-analyzer copied to clipboard
GUI applications startup is very slow when under apicalls analysis
There's a ~ 30 seconds delay between starting analysis and the moment when an application starts launching (Dock icon appears, windows open, etc).
From my investigation it seems like the problem lays inside dtrace
itself: the main delay is between launching the dtrace process and receiving first results from it.
Not sure what I'm going to do about it ¯\_(ツ)_/¯
, just leave as is right now.
I've tried not to install any dtrace probes on sudo
(we use it as a launcher for dropping privileges before executing a real target), but so far don't see any improvements: in general, it takes a Cocoa application ~20 seconds to just start launching.
Keep working on it.
As it turns out, the more pid
probes we install the slower our target is :-1: