adplus-dvertising
frame-decoration

Question

What is VirtualProtect used for?

a.

Allocating private memory block in a user-mode address space

b.

Setting memory region's protection settings

c.

Querying a memory block

d.

Freeing a private allocation block

Posted under Reverse Engineering

Answer: (b).Setting memory region's protection settings Explanation:VirtualProtect is used to set a memory region's protection settings, such as whether the block is readable, writable, or executable.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is VirtualProtect used for?