mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-30 16:20:42 +00:00
31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>find</title>
|
|
<meta name="GENERATOR" content="WinCHM">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
html,body {
|
|
/* Default Font */
|
|
font-family: Courier New;
|
|
font-size: 11pt;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<P><STRONG>find<BR></STRONG> Find a pattern.</P>
|
|
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN class=rvts9> arg1: The address to start searching
|
|
from. Notice that the searching will stop when the end of the memory page this
|
|
address resides in has been reached. This means you cannot search the complete
|
|
process memory without enumerating the memory pages first.</SPAN></P>
|
|
<P class=rvps3><SPAN class=rvts9> arg2: The byte pattern to search for. This byte
|
|
pattern can contain wildcards (?) for example: "EB0?90??8D".</SPAN></P>
|
|
<P class=rvps3><SPAN class=rvts9> [arg3]:
|
|
The size of the data to search in.</SPAN></P>
|
|
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
|
|
class=rvts9>The $result variable is set to the virtual
|
|
address of the address that matches the byte pattern. $result will be 0 when the pattern could not be
|
|
matched.</SPAN></P>
|
|
<P> </P></head> |