mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
5 lines
145 B
C
5 lines
145 B
C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
unsigned char *kernel_text_hash(void);
|
|
unsigned char *hash_data(const void *, size_t);
|