search ¤
Functions:
-
print_search_hit
–Prints out a single search hit.
-
search
–
Attributes:
auto_save module-attribute
¤
parser module-attribute
¤
parser = ArgumentParser(
description="Search memory for byte sequences, strings, pointers, and integer values.\n\nBy default search results are cached. If you want to cache all results, but only print a subset, use --trunc-out. If you want to cache only a subset of results, and print the results immediately, use --limit. The latter is specially useful if you're searching a huge section of memory.\n\n"
)
print_search_hit ¤
Prints out a single search hit.
Parameters:
-
address
(int
) –Address to print
search ¤
search(
type,
arch,
asmbp,
hex,
executable,
writable,
step,
limit,
aligned,
value,
mapping_name,
save,
next,
trunc_out,
) -> None