Package lib :: Package cuckoo :: Package core :: Module guest :: Class OldGuestManager
[hide private]
[frames] | no frames]

Class OldGuestManager

source code

object --+
         |
        OldGuestManager

Old and deprecated Guest Manager.

This class handles the communications with the old agent running in the virtual machine.

Instance Methods [hide private]
 
__init__(self, vm_id, ip, platform, task_id)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
wait(self, status)
Waiting for status.
source code
 
upload_analyzer(self, monitor)
Upload analyzer to guest.
source code
 
start_analysis(self, options, monitor)
Start analysis.
source code
 
wait_for_completion(self)
Wait for analysis completion.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, vm_id, ip, platform, task_id)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • ip - guest's IP address.
  • platform - guest's operating system type.
Overrides: object.__init__

wait(self, status)

source code 

Waiting for status.

Parameters:
  • status - status.
Returns:
always True.

upload_analyzer(self, monitor)

source code 

Upload analyzer to guest.

Returns:
operation status.

start_analysis(self, options, monitor)

source code 

Start analysis.

Parameters:
  • options - options.
Returns:
operation status.

wait_for_completion(self)

source code 

Wait for analysis completion.

Returns:
operation status.