gasp_walk_next()
Get information about the next RAM/ROM block of memory
Synopsis:
#include <qvm/gasp.h>int gasp_walk_next(gasp_walk_state_t *gws)Arguments:
- gws
- A pointer to a memory walk state structure (see gasp_walk_state_t).
Description:
This function is used to iterate (walk) through the RAM/ROM blocks of memory in the guest's address space. Before you call this function, you must call gasp_walk_init() to initialize the walk state structure referenced by gws.
Returns:
1 if there is another block, 0 if there are no more blocks.
Page updated:
