예제 #1
0
 def ZadowDalvik(self):
     idc.SetProcessorType('dalvik', SETPROC_USER)
예제 #2
0
 def ZadowMips(self):
     idc.SetProcessorType('mips', SETPROC_USER)
예제 #3
0
 def ZadowNet(self):
     idc.SetProcessorType('cli', SETPROC_USER)
예제 #4
0
 def ZadowJava(self):
     idc.SetProcessorType('java', SETPROC_USER)
예제 #5
0
 def ZadowPc(self):
     idc.SetProcessorType('metapc',
                          SETPROC_USER), idaapi.load_and_run_plugin(
                              "hexrays.plw", 0)
예제 #6
0
 def ZadowArm(self):
     idc.SetProcessorType('arm', SETPROC_USER)
예제 #7
0
 def ZadowPpc64(self):
     idc.SetProcessorType('ppc64', SETPROC_USER)
예제 #8
0
 def ZadowSpu(self):
     idc.SetProcessorType('spu', SETPROC_USER)