|
49 | 49 | 'banlist': [
|
50 | 50 | re.compile(r'faf\.fa\.proxies', re.I),
|
51 | 51 | re.compile(r'Technic Launcher is starting', re.I),
|
52 |
| - re.compile(r'TDSS rootkit removing tool', re.I), |
53 |
| - re.compile(r'INFO: Processing cookbook_file', re.I), |
54 |
| - re.compile(r'loading\.target\.rdio', re.I), |
55 |
| - re.compile(r'<key>SysInfoCrashReporterKey</key>', re.I) |
| 52 | + re.compile(r'OTL logfile created on', re.I), |
| 53 | + re.compile(r'RO Game Client crashed!', re.I), |
| 54 | + re.compile(r'Selecting PSO2 Directory', re.I), |
| 55 | + re.compile(r'TDSS Rootkit', re.I), |
| 56 | + re.compile(r'SysInfoCrashReporterKey', re.I), |
| 57 | + re.compile(r'Current OS Full name: ', re.I), |
| 58 | + re.compile(r'Multi Theft Auto: ', re.I), |
| 59 | + re.compile(r'Initializing cgroup subsys cpuset', re.I), |
| 60 | + re.compile(r'Init vk network', re.I), |
| 61 | + re.compile(r'MediaTomb UPnP Server', re.I) |
56 | 62 | ]
|
57 | 63 | }
|
0 commit comments