|
HyperDbg Debugger
|
header for testing routines More...
Go to the source code of this file.
Functions | |
| BOOLEAN | TestCase (std::vector< std::string > &TestCase) |
| VOID | AsmTest () |
| VOID | TestCreateLookupTable (HANDLE PipeHandle, PVOID KernelInformation, UINT32 KernelInformationSize) |
| std::string | Uint64ToString (UINT64 Value) |
| Convert a UINT64 value to a hex string. | |
| BOOLEAN | StringReplace (std::string &Str, const std::string &From, const std::string &To) |
| Replace the first occurrence of a substring in a string. | |
| std::string | ConvertToString (CHAR *Str) |
| Convert a C-string to a std::string. | |
header for testing routines
|
externinline |
| std::string ConvertToString | ( | CHAR * | Str | ) |
Convert a C-string to a std::string.
| Str | the C-string to convert |
| BOOLEAN StringReplace | ( | std::string & | Str, |
| const std::string & | From, | ||
| const std::string & | To ) |
Replace the first occurrence of a substring in a string.
| Str | the string to modify |
| From | the substring to search for |
| To | the replacement substring |
| BOOLEAN TestCase | ( | std::vector< std::string > & | TestCase | ) |
| VOID TestCreateLookupTable | ( | HANDLE | PipeHandle, |
| PVOID | KernelInformation, | ||
| UINT32 | KernelInformationSize ) |
| std::string Uint64ToString | ( | UINT64 | Value | ) |