gasp_walk_next_filtered()

Return information about the next RAM/ROM block of memory that can be accessed through the memory walk filter

Synopsis:

#include <qvm/gasp.h>
int gasp_walk_next_filtered(struct gasp_walk_state_filtered *wsf)

Arguments:

wsf
A pointer to a memory walk filter state structure (see gasp_walk_state_filtered).

Description:

This function is used to iterate through a filtered list of RAM/ROM blocks of memory in the guest's address space. Before you call this function, you must call gasp_walk_init_filtered() to initialize the walk filter state structure referenced by wsf.

Returns:

1 if there is another block that's accessible through the filter, 0 if there are no more such blocks.