|
HyperDbg Debugger
|
The file contains array management routines (Binary Search) More...
#include "pch.h"Functions | |
| VOID | BinarySearchPrintArray (UINT64 ArrayPtr[], UINT32 NumberOfItems) |
| A utility function to print an array of size NumberOfItems. | |
| BOOLEAN | BinarySearchPerformSearchItem (UINT64 ArrayPtr[], UINT32 NumberOfItems, UINT32 *ResultIndex, UINT64 Key) |
| A utility function to perform the binary search. | |
The file contains array management routines (Binary Search)
| BOOLEAN BinarySearchPerformSearchItem | ( | UINT64 | ArrayPtr[], |
| UINT32 | NumberOfItems, | ||
| UINT32 * | ResultIndex, | ||
| UINT64 | Key ) |
A utility function to perform the binary search.
| ArrayPtr | |
| NumberOfItems | |
| ResultIndex | |
| Key |
A utility function to print an array of size NumberOfItems.
| ArrayPtr | |
| NumberOfItems |