From 705dedf7e6ed0faf41ea672ca0b665ce182b8751 Mon Sep 17 00:00:00 2001 From: Bram Stolk Date: Thu, 4 Apr 2024 19:58:39 -0700 Subject: [PATCH] State limitations. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fac4e55..5d67453 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Currently, it will only find dependencies that are dynamically linked. This means it will miss: * statically linked dependencies. - * plugins (.so files that are loaded at run-time, not load-time.) + +To see the dynamically loaded libraries, that were opened with `dlopen()` you need to run the tool on a PID, not a binary. ## Dependencies