Module analyzer :: Class Analyzer
[hide private]
[frames] | no frames]

Class Analyzer

source code

Cuckoo Windows Analyzer.

This class handles the initialization and execution of the analysis procedure, including handling of the pipe server, the auxiliary modules and the analysis packages.

Instance Methods [hide private]
 
__init__(self) source code
 
prepare(self)
Prepare env for analysis.
source code
 
get_options(self)
Get analysis options.
source code
 
complete(self)
End analysis.
source code
 
run(self)
Run analysis.
source code
Class Variables [hide private]
  PIPE_SERVER_COUNT = 4
Method Details [hide private]

get_options(self)

source code 

Get analysis options.

Returns:
options dict.

run(self)

source code 

Run analysis.

Returns:
operation status.