mirror of
https://github.com/goldenfishs/MRobot.git
synced 2025-09-14 12:54:33 +08:00
7 lines
150 B
Python
7 lines
150 B
Python
|
||
|
||
class analyzing_ioc:
|
||
def __init__(self, ioc_data): # 初始化方法,接收IOC数据
|
||
self.ioc_data = ioc_data # 存储IOC数据
|
||
|
||
|