forked from Lainports/freebsd-ports
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@
7 lines
242 B
C
7 lines
242 B
C
--- kernel/linux/hash.h.orig 2015-05-05 00:16:41 UTC
|
|
+++ kernel/linux/hash.h
|
|
@@ -1,4 +0,0 @@
|
|
-// Copyright 2004-present Facebook. All Rights Reserved.
|
|
-
|
|
-unsigned char *kernel_text_hash(void);
|
|
-unsigned char *hash_data(const void *, size_t);
|