Skip to content

Commit 255799c

Browse files
committed
memory page rights help added
1 parent c15e71e commit 255799c

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

help/getpagerights_getrightspage.htm

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<title>getpagerights/getrightspage</title>
5+
<meta name="GENERATOR" content="WinCHM">
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<style>
8+
html,body {
9+
/* Default Font */
10+
font-family: Courier New;
11+
font-size: 11pt;
12+
}
13+
</style>
14+
15+
</head>
16+
17+
<body>
18+
<P><STRONG>getpagerights[,getpagerights,getrightspage]<BR></STRONG>Get the&nbsp;rights of a memory page.</P>
19+
<P class=rvps3><SPAN class=rvts11><U>arguments</U>&nbsp;<BR></SPAN><SPAN
20+
class=rvts9>&nbsp; arg1:&nbsp;Memory Address&nbsp;of page
21+
(it fix&nbsp;the address if&nbsp;this arg&nbsp;is not the top address of a
22+
page). </SPAN></P>
23+
<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>
24+
<P>&nbsp;</P></body>
25+
</html>

help/setpagerights_setrightspage.htm

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<title>setpagerights/setrightspage</title>
5+
<meta name="GENERATOR" content="WinCHM">
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<style>
8+
html,body {
9+
/* Default Font */
10+
font-family: Courier New;
11+
font-size: 11pt;
12+
}
13+
</style>
14+
15+
</head>
16+
17+
<body>
18+
<P><STRONG>setpagerights[,setpagerights,setrightspage]<BR></STRONG>Change the rights of a memory page.</P>
19+
<P class=rvps3><SPAN class=rvts11><U>arguments</U>&nbsp;<BR></SPAN><SPAN
20+
class=rvts9>&nbsp; arg1:&nbsp;Memory Address&nbsp;of page
21+
(it fix&nbsp;the address if&nbsp;this arg&nbsp;is
22+
not the top address of a page). </SPAN></P>
23+
<P class=rvps3><SPAN class=rvts9>
24+
&nbsp; arg2: New Rights, this can be one of the following values: "Execute",
25+
"ExecuteRead", "ExecuteReadWrite", "ExecuteWriteCopy", "NoAccess", "ReadOnly", "ReadWrite", "WriteCopy". You can add a G at first
26+
for add PAGE GUARD. example: "GReadOnly". Read
27+
the MSDN for more info.</SPAN></P>
28+
<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
29+
variables.</SPAN></P></body>
30+
</html>

help/x64_dbg.wcp

1.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)