Ejemplo n.º 1
0
 def repeat(self, comment):
     idaapi.set_segment_cmt(self._segment, comment, True)
Ejemplo n.º 2
0
 def repeat(self, comment):
     return idaapi.set_segment_cmt(self._segment, comment, True)
Ejemplo n.º 3
0
 def regular(self, comment):
     idaapi.set_segment_cmt(self._segment, comment, False)
Ejemplo n.º 4
0
 def regular(self, comment):
     return idaapi.set_segment_cmt(self._segment, comment, False)