JH

Results 3 comments of JH

class DualPlatform(str): def __eq__(self, other): return str.__eq__(self, other) or str.__eq__("cli", other) def __ne__(self, other): return str.__ne__(self, other) and str.__ne__("cli", other) import sys sys.platform = DualPlatform("win32") from scapy.all import * **I...

同样状况+1 ,荣耀20, android 9 + 0.17.4 ,可以正常使用;android 10 + 0.18.0,不行。