Small fix

This commit is contained in:
fed 2022-12-28 01:07:53 +01:00
parent 0af6b1cb13
commit 1d94fdd88d

View File

@ -53,7 +53,7 @@ namespace signatures
char bytes[4] = {0};
const auto string_ptr = find_string_ptr(string);
memcpy(bytes, &string_ptr, sizeof(bytes));
return find_string_ptr(bytes);
return find_string_ptr({bytes, 4});
}
bool process_maps()