Skip to content

Commit

Permalink
State limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolk committed Apr 5, 2024
1 parent 3f4df8f commit 705dedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 705dedf

Please sign in to comment.