Module androguard :: Class AndroguardS
[hide private]
[frames] | no frames]

Class AndroguardS

source code

AndroguardS is the main object to abstract and manage differents formats but only per filename. In fact this class is just a wrapper to the main class Androguard

Instance Methods [hide private]
 
__init__(self, filename, raw=False) source code
 
get_orig_raw(self) source code
jvm.JVMFormat or dvm.DalvikVMFormat
get_vm(self)
This method returns the VMFormat which correspond to the file
source code
string
save(self)
Return the original format (with the modifications) into raw format
source code
 
__getattr__(self, value) source code
Method Details [hide private]

__init__(self, filename, raw=False)
(Constructor)

source code 
Parameters:
  • filename - the filename to use (filename must be terminated by .class or .dex)
  • raw - specify if the filename is a raw buffer (default : False)