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