/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
V2.2ALPHA
help/Variables.htm
38 строк
2 KB
mr.exodia
first commit
15 ноя 2013, 00:55
15 ноя 2013, 00:55
6c9de40
Код
Авторство
О чём код?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Variables</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 class=rvps3><SPAN class=rvts10><STRONG>Variables</STRONG><BR></SPAN><SPAN class=rvts9>This program supports variables. There are three types of variables:</SPAN><SPAN class=rvts9><BR></SPAN></P> <P class=rvps3><SPAN class=rvts11><U>USER</U></SPAN><SPAN class=rvts9>: Variables created by the user using the "var" command. These variables have no access restrictions.</SPAN><SPAN class=rvts9><BR></SPAN></P> <P class=rvps3><SPAN class=rvts11><U>SYSTEM</U></SPAN><SPAN class=rvts9>: Variables created by the system, that can be read and written, but cannot be deleted.</SPAN><SPAN class=rvts9><BR></SPAN></P> <P class=rvps3><SPAN class=rvts11><U>READONLY</U></SPAN><SPAN class=rvts9>: Variables created by the system, that can be read, but not written or deleted.</SPAN><SPAN class=rvts9><BR></SPAN></P> <P class=rvps3><SPAN class=rvts10><STRONG>Reserved Variables</STRONG><BR></SPAN><SPAN class=rvts9>There are a few reserved variables:</SPAN><SPAN class=rvts9><BR></SPAN></P> <P class=rvps3><SPAN class=rvts11><U>$res/$result</U></SPAN><SPAN class=rvts9>: General result variable.<BR><U>$resN/$resultN</U>: Optional other result variables (N= 1-4).<BR><U>$pid</U>: Project ID of the debugged executable.<BR><U>$hp/$hProcess</U>: Debugged executable handle.<BR><U>$lastalloc</U>: Last result of the 'alloc' command.</SPAN></P></head>