From 8cc223890b985a0e9bc7da7210568b5efb60c303 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Tue, 31 May 2016 20:28:21 +0200 Subject: allow multiple function/address pairs for find --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3