Ejemplo n.º 1
0
 def __init__(self):
     data_format_t.__init__(
         self,
         "py_w32rsrcstring",
         1,
         "Resource string")
     self.cache_node = idaapi.netnode("$ py_w32rsrcstring", 0, 1)
Ejemplo n.º 2
0
 def __init__(self):
     data_format_t.__init__(
         self,
         "py_w32rsrcstring",
         1,
         "Resource string")
     self.cache_node = idaapi.netnode("$ py_w32rsrcstring", 0, 1)
Ejemplo n.º 3
0
 def __init__(
         self,
         name="py_simple_vm_format",
         menu_name="SimpleVM"):
     data_format_t.__init__(
         self,
         name,
         0,
         menu_name)
Ejemplo n.º 4
0
 def __init__(
         self,
         name="py_simple_vm_format",
         menu_name="SimpleVM"):
     data_format_t.__init__(
         self,
         name,
         0,
         menu_name)
Ejemplo n.º 5
0
 def __init__(self):
     data_format_t.__init__(self, name=pascal_data_format.FORMAT_NAME)
Ejemplo n.º 6
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_w32rsrcstring",
                            value_size=1,
                            menu_name="Resource string")
     self.cache_node = idaapi.netnode("$ py_w32rsrcstring", 0, 1)
Ejemplo n.º 7
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_makedword",
                            value_size=4,
                            menu_name="Make DWORD")
Ejemplo n.º 8
0
 def __init__(self):
     data_format_t.__init__(self, "py_makedword", 4, "Make DWORD")
Ejemplo n.º 9
0
 def __init__(self):
     data_format_t.__init__(self, name=pascal_data_format.FORMAT_NAME)
Ejemplo n.º 10
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_w32rsrcstring",
                            value_size = 1,
                            menu_name = "Resource string")
     self.cache_node = idaapi.netnode("$ py_w32rsrcstring", 0, 1)
Ejemplo n.º 11
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_makedword",
                            value_size = 4,
                            menu_name = "Make DWORD")
Ejemplo n.º 12
0
 def __init__(self):
     data_format_t.__init__(
         self,
         "py_makedword",
         4,
         "Make DWORD")