示例#1
0
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
示例#2
0
文件: volatile.py 项目: heypoom/scapy
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
示例#3
0
 def _fix(self):
     # type: () -> bytes
     return corrupt_bits(self.s, self.p, self.n)