Monday, March 7, 2011

DroidDream live session

Hi !

In the last commit I added a useful feature which consists to save the androguard objects with cPickle.

You must used the load_session and save_session functions to restore or save interesting objects :
[~/androguard]
|10>save_session( [a0, vm0, vmx0, a1, vm1, vmx1], "droiddream.pickle" )
and
[~/androguard]
|1>a0, vm0, vmx0, a1, vm1, vmx1 = load_session( "droiddream.pickle" )
Now you can download this session of DroidDream and play directly with it !

A video example :



See ya !

No comments:

Post a Comment