aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiklas Baumstark <niklas.baumstark@gmail.com>2015-03-17 18:36:39 +0100
committerNiklas Baumstark <niklas.baumstark@gmail.com>2015-03-17 18:36:39 +0100
commitdd3e6de7a7091cf32db9a378b0c251ba9dd37011 (patch)
treed1c269e532af62b1c1ed251411b654ab6bf30aeb /README.md
parentd915d779a6d1fbb7a11c98cbf70209ca09df9e26 (diff)
downloadlibc-database-dd3e6de7a7091cf32db9a378b0c251ba9dd37011.tar.gz
libc-database-dd3e6de7a7091cf32db9a378b0c251ba9dd37011.zip
allow adding local libraries
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.