aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiklas Baumstark <niklas.baumstark@gmail.com>2016-05-31 20:28:21 +0200
committerNiklas Baumstark <niklas.baumstark@gmail.com>2016-05-31 20:28:36 +0200
commit8cc223890b985a0e9bc7da7210568b5efb60c303 (patch)
tree19d5e561062ee0006db78bf4de0512e821b9bfa9 /README.md
parent0b811b2df37c471e3ff89bf371f5c4c1277ca720 (diff)
downloadlibc-database-8cc223890b985a0e9bc7da7210568b5efb60c303.tar.gz
libc-database-8cc223890b985a0e9bc7da7210568b5efb60c303.zip
allow multiple function/address pairs for find
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3f0371e..7d2a09d 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ You can also add a custom libc to your database.
$ ./add /usr/lib/libc-2.21.so
-Find all the libc's in the database that have a given name at the given address.
-Only the last 12 bits are checked, because randomization usually works on page
-size level.
+Find all the libc's in the database that have the given names at the given
+addresses. Only the last 12 bits are checked, because randomization usually
+works on page size level.
- $ ./find printf 260
+ $ ./find printf 260 puts f30
archive-glibc (id libc6_2.19-10ubuntu2_i386)
Find a libc from the leaked return address into __libc_start_main.