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]and
|10>save_session( [a0, vm0, vmx0, a1, vm1, vmx1], "droiddream.pickle" )
[~/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 !
See ya !
No comments:
Post a Comment