#include <nt.h>
#include "localrtl.h"
Go to the source code of this file.
Defines | |
#define | PATTERN "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
#define | PATTERN_SIZE (sizeof(PATTERN) - 1) |
Functions | |
VOID | FillPattern (PUCHAR To, ULONG Length) |
ULONG | LocalCompareMemory (PVOID Source1, PVOID Source2, ULONG Length) |
ULONG | LocalCompareMemoryUlong (PVOID Source, ULONG Length, ULONG Pattern) |
VOID | LocalMoveMemory (PVOID Destination, PVOID Source, ULONG Length) |
VOID | LocalFillMemory (PVOID Destination, ULONG Length, UCHAR Fill) |
VOID | LocalFillMemoryUlong (PVOID Destination, ULONG Length, ULONG Pattern) |
VOID | LocalZeroMemory (PVOID Destination, ULONG Length) |
Variables | |
UCHAR | Pattern [] = PATTERN |
|
Definition at line 30 of file localrtl.c. Referenced by InnerGrayStringAorW(). |
|
Definition at line 31 of file localrtl.c. Referenced by FillPattern(). |
|
Definition at line 35 of file localrtl.c. References Index, Pattern, and PATTERN_SIZE. Referenced by main().
|
|
Definition at line 55 of file localrtl.c. References Index, Source1, and Source2. Referenced by main().
|
|
Definition at line 77 of file localrtl.c. References Index, and Pattern.
|
|
Definition at line 119 of file localrtl.c. References Index. Referenced by main().
|
|
Definition at line 134 of file localrtl.c. References Index, and Pattern.
|
|
Definition at line 98 of file localrtl.c. References Index.
|
|
Definition at line 149 of file localrtl.c. References Index. Referenced by main().
|
|
Definition at line 32 of file localrtl.c. Referenced by CmpFindPattern(), FillPattern(), KdpSearchMemory(), LocalCompareMemoryUlong(), LocalFillMemoryUlong(), and RtlCompareMemoryUlong(). |