aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.