Skip to content

Commit a83fa43

Browse files
SinaKarvandigitbook-bot
authored andcommitted
GITBOOK-1327: change request with no subject merged in GitBook
1 parent 53567ec commit a83fa43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: commands/extension-commands/monitor.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ description: Description of the '!monitor' command in HyperDbg.
1818

1919
Monitors read or write or execute (or a combination of these operations) to a range of addresses. If any read or write or execute happens on the specified address range (memory), it will be triggered.
2020

21-
{% hint style="info" %}
2221
It is exactly like read/write/execute of Hardware Debug Registers but without any size and count limitation.
22+
23+
{% hint style="warning" %}
24+
Please note that if you encounter an invalid address error when applying monitor hooks to a **valid** range, it is likely due to the page being paged-out or inaccessible in memory, often as a result of [demand paging](https://en.wikipedia.org/wiki/Demand\_paging). This situation occurs because EPT hooks primarily work based on physical addresses, not virtual addresses. To resolve this issue, you can use the '[.pagein](https://docs.hyperdbg.org/commands/meta-commands/.pagein)' command.
2325
{% endhint %}
2426

2527
### Parameters

0 commit comments

Comments
 (0)