mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-18 20:18:40 +00:00
memory page rights help added
This commit is contained in:
parent
c15e71e9e6
commit
255799c398
25
help/getpagerights_getrightspage.htm
Normal file
25
help/getpagerights_getrightspage.htm
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>getpagerights/getrightspage</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>getpagerights[,getpagerights,getrightspage]<BR></STRONG>Get the rights of a memory page.</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9> arg1: Memory Address of page
|
||||
(it fix the address if this arg is not the top address of a
|
||||
page). </SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts9></SPAN><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN class=rvts9>This command does not set any result variables.</SPAN></P>
|
||||
<P> </P></body>
|
||||
</html>
|
30
help/setpagerights_setrightspage.htm
Normal file
30
help/setpagerights_setrightspage.htm
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>setpagerights/setrightspage</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>setpagerights[,setpagerights,setrightspage]<BR></STRONG>Change the rights of a memory page.</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9> arg1: Memory Address of page
|
||||
(it fix the address if this arg is
|
||||
not the top address of a page). </SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts9>
|
||||
arg2: New Rights, this can be one of the following values: "Execute",
|
||||
"ExecuteRead", "ExecuteReadWrite", "ExecuteWriteCopy", "NoAccess", "ReadOnly", "ReadWrite", "WriteCopy". You can add a G at first
|
||||
for add PAGE GUARD. example: "GReadOnly". Read
|
||||
the MSDN for more info.</SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts9></SPAN><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN class=rvts9>This command does not set any result
|
||||
variables.</SPAN></P></body>
|
||||
</html>
|
BIN
help/x64_dbg.wcp
BIN
help/x64_dbg.wcp
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user