diff --git a/misc.h b/misc.h index bb6e98a..ecdfffa 100644 --- a/misc.h +++ b/misc.h @@ -178,7 +178,7 @@ ULONG_PTR get_olescript_compile_addr(HMODULE mod); ULONG_PTR get_olescript_parsescripttext_addr(HMODULE mod); PCHAR memmem(PCHAR haystack, ULONG hlen, PCHAR needle, ULONG nlen); -BOOL is_bytes_in_buffer(PCHAR buf, ULONG len, PCHAR memstr, ULONG memlen, ULONG maxsearchbytes); +BOOL is_bytes_in_buf(PCHAR buf, ULONG len, PCHAR memstr, ULONG memlen, ULONG maxsearchbytes); void replace_string_in_buf(PCHAR buf, ULONG len, PCHAR findstr, PCHAR repstr); void replace_wstring_in_buf(PWCHAR buf, ULONG len, PWCHAR findstr, PWCHAR repstr); void replace_ci_string_in_buf(PCHAR buf, ULONG len, PCHAR findstr, PCHAR repstr);