Refactored protected memory writes
This commit is contained in:
@ -12,3 +12,5 @@ void utils_create_parent_dirs(const wchar_t *path);
|
||||
void utils_save_to_file(const wchar_t *filePath, const void *buf, size_t length);
|
||||
|
||||
char utils_env_enabled(const char *env);
|
||||
|
||||
void utils_write_protected_memory(void *addr, void *buf, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user