调整处理器结构体

This commit is contained in:
2024-08-14 13:02:27 +08:00
parent d2a2b933a5
commit 96a417ba93
5 changed files with 23 additions and 9 deletions

View File

@@ -51,6 +51,11 @@ static bool kmp_search(char *substr, char *master) {
}
/**
* @description 处理
* @param
* @return
*/
static bool _disposeSubstring(char* level,const char *message, ...){
int count = 0;
@@ -61,9 +66,6 @@ static bool _disposeSubstring(char* level,const char *message, ...){
while (G_keywords[count] != NULL)
{
if (kmp_search(G_keywords[count],(char*)message)) {
if(G_interceptor->handler != NULL) {
}
return true;
}
count++;