Esempio 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)
Esempio 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)
Esempio n. 3
0
 def __init__(
         self,
         name="py_simple_vm_format",
         menu_name="SimpleVM"):
     data_format_t.__init__(
         self,
         name,
         0,
         menu_name)
Esempio n. 4
0
 def __init__(
         self,
         name="py_simple_vm_format",
         menu_name="SimpleVM"):
     data_format_t.__init__(
         self,
         name,
         0,
         menu_name)
Esempio n. 5
0
 def __init__(self):
     data_format_t.__init__(self, name=pascal_data_format.FORMAT_NAME)
Esempio 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)
Esempio n. 7
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_makedword",
                            value_size=4,
                            menu_name="Make DWORD")
Esempio n. 8
0
 def __init__(self):
     data_format_t.__init__(self, "py_makedword", 4, "Make DWORD")
Esempio n. 9
0
 def __init__(self):
     data_format_t.__init__(self, name=pascal_data_format.FORMAT_NAME)
Esempio 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)
Esempio n. 11
0
 def __init__(self):
     data_format_t.__init__(self,
                            name="py_makedword",
                            value_size = 4,
                            menu_name = "Make DWORD")
Esempio n. 12
0
 def __init__(self):
     data_format_t.__init__(
         self,
         "py_makedword",
         4,
         "Make DWORD")