Skip to content

Commit

Permalink
docs: vmmap - added note regarding gef cache values
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Aug 31, 2016
1 parent 09715e3 commit c842e4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/features.md
Expand Up @@ -102,6 +102,13 @@ Read/Write/Execute.

![xinfo-example](https://pbs.twimg.com/media/CCSW9JkW4AAx8gD.png:large)

**Important note** : `gef` will as much as possible automatically refresh its
own cache to avoid relying on obsolete information of the debugged
process. However, in some dodgy scenario, `gef` might fail detecting some new
events making its cache partially obsolete. If you notice an inconsistency on
your memory mapping, you might want to force `gef` flushing its cache and
fetching brand new data, by running the command `reset-cache`.


## `heap` command ##

Expand Down

0 comments on commit c842e4c

Please sign in to comment.