hiber_get_page_at_va()

Overview

- Return a readable buffer of the requested virtual address.


Syntax

hiber_get_page_at_va(ulong sandman_object, ulong virtual_address);


Parameters

ulong returned by hiber_open()

ulong virtual address.


Return Values

- It returns an array which contains 2 fields called:
- "raw_offset" For internal use only.
- "buffer" which points to the buffer to read.



Sandman framework. (c) 2008. Matthieu Suiche(msuiche [at] gmail.com)