/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bitbucket
help/find.htm
31 строка
1 KB
Mr. eXoDia
HELP: cleaned up a lot of useless SPAN stuff in the help files
14 дек 2014, 04:34
14 дек 2014, 04:34
8fa51b4
Код
Авторство
О чём код?
<!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><U>arguments</U> <BR> 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.</P> <P class=rvps3> arg2: The byte pattern to search for. This byte pattern can contain wildcards (?) for example: "EB0?90??8D".</P> <P class=rvps3>[arg3]: The size of the data to search in.</P> <P class=rvps3><U>result <BR></U>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.</P> <P> </P></body> </html>