find

Format: find src length value [size] [mask]

Searches memory starting at src for value of size size. size may be 1, 2, or 4 bytes, and defaults to the size of an integer. The search stops when length values of the given size are checked. If mask is specified, then it is logically AND'ed with each memory location before comparing with value. Every match found is listed on a separate line with the address of the match.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.