From dd3e6de7a7091cf32db9a378b0c251ba9dd37011 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Tue, 17 Mar 2015 18:36:39 +0100 Subject: allow adding local libraries --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2cafa8a..a6bbb8f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ database: $ ./get +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. -- cgit v1.2.3