Virtualization layer for Android Emulator.
|
|
|
|
|
|
|
|
|
|
|
duplicate_reference_machine(self,
label)
Creates a new emulator based on a reference one. |
source code
|
|
|
delete_old_emulator(self,
label)
Deletes any trace of an emulator that would have the same name as the
one of the current emulator. |
source code
|
|
|
replace_content_in_file(self,
fileName,
contentToReplace,
replacementContent)
Replaces the specified motif by a specified value in the specified
file. |
source code
|
|
|
start_emulator(self,
label,
task)
Starts the emulator. |
source code
|
|
|
stop_emulator(self,
label)
Stop the emulator. |
source code
|
|
|
wait_for_device_ready(self,
label)
Analyzes the emulator and returns when it's ready. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from lib.cuckoo.common.abstracts.Machinery :
__init__ ,
acquire ,
availables ,
dump_memory ,
initialize ,
machines ,
pcap_path ,
release ,
running ,
set_options ,
set_status ,
shutdown
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|