|
Bitdefender Hypervisor Memory Introspection
|
#include "introtypes.h"Go to the source code of this file.
Functions | |
| size_t | UtilBinarySearch (void *Buffer, size_t Length, size_t SizeOfElements, void *Target) |
| size_t | UtilInsertOrdered (void *Buffer, size_t Length, size_t MaximumLength, size_t SizeOfElements, void *Target) |
| size_t | UtilBinarySearchStructure (void *Buffer, size_t Count, size_t SizeOfElements, DWORD CompareFieldOffset, void *Target, DWORD TargetSize) |
| void | UtilQuickSort (void *Array, const DWORD NumberOfElements, const BYTE ElementSize) |
| void | UtilSortQwords (PQWORD Array, const DWORD NumberOfElements) |
| size_t UtilBinarySearch | ( | void * | Buffer, |
| size_t | Length, | ||
| size_t | SizeOfElements, | ||
| void * | Target | ||
| ) |
| size_t UtilInsertOrdered | ( | void * | Buffer, |
| size_t | Length, | ||
| size_t | MaximumLength, | ||
| size_t | SizeOfElements, | ||
| void * | Target | ||
| ) |
Definition at line 267 of file utils.c.
Referenced by IntAlertCreateCbSignature(), IntFragExtractCodeBlocks(), and IntUpdateCreateCbSignatureFromAlert().
Definition at line 384 of file utils.c.
Referenced by IntThrSafeWinInspectRunningThreadOnCpu().