Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.03 KB

ns-wdbgexts-_searchmemory.md

File metadata and controls

75 lines (61 loc) · 2.03 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wdbgexts._SEARCHMEMORY
_SEARCHMEMORY (wdbgexts.h)
Learn how the SearchMemory function searches the target's virtual memory for a specified pattern of bytes.
debugger\searchmemory.htm
debugger
07/27/2023
SEARCHMEMORY structure
*PSEARCHMEMORY, SEARCHMEMORY, SearchMemory, SearchMemory function [Windows Debugging], WdbgExts_Ref_4eb909e5-edfd-487c-851c-812b15274c66.xml, _SEARCHMEMORY, debugger.searchmemory, wdbgexts/SearchMemory
wdbgexts.h
Wdbgexts.h, Dbgeng.h
Desktop
Windows
SEARCHMEMORY, *PSEARCHMEMORY
_SEARCHMEMORY
wdbgexts/_SEARCHMEMORY
PSEARCHMEMORY
wdbgexts/PSEARCHMEMORY
SEARCHMEMORY
wdbgexts/SEARCHMEMORY
APIRef
kbSyntax
HeaderDef
wdbgexts.h
_SEARCHMEMORY
PSEARCHMEMORY
SEARCHMEMORY

_SEARCHMEMORY structure

-description

The SearchMemory function searches the target's virtual memory for a specified pattern of bytes.

-struct-fields

-field SearchAddress

Specifies the address in the target's virtual memory from which to start the search.

-field SearchLength

Specifies the size, in bytes, of the memory to search. For a successful match, the pattern must be found before SearchLength bytes have been examined.

-field FoundAddress

Receives the location of the pattern, found in the target's virtual memory. If the pattern was not found, the value in FoundAddress is unchanged by this function.

-field PatternLength

Specifies the size, in bytes, of the pattern to search for.

-field Pattern

Specifies the pattern to search for.