SinaKarvandi / Hypervisor-From-Scratch

Source code of a multiple series of tutorials about the hypervisor. Available at: https://rayanfam.com/tutorials
https://rayanfam.com/tutorials
MIT License
2.24k stars 307 forks source link

hook for address range? #14

Closed xSanx closed 3 years ago

xSanx commented 3 years ago

can I put a hook on a range (section) of memory cells?

SinaKarvandi commented 3 years ago

What kind of hok do you mean? read-write or execute?

xSanx commented 3 years ago

Что за хок ты имеешь в виду? читать-писать или выполнять?

any ... read a range of physical memory where structures bios

SinaKarvandi commented 3 years ago

Use HyperDbg's !monitor command for this purpose : https://docs.hyperdbg.com/commands/extension-commands/monitor