You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uprobe-libcall-filter/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,14 +161,14 @@ You will see an output of our urprobes similar to the following:
161
161
You can configure all the OpenSSL libraries that exist in your system. If a configured SSL library does not exist in your system then you will receive an error message. Also often systems have many different OpenSSL libraries installed and if you do not configure all of them or miss the one used by the application you want to get unencrypted data from, you will not see an output.
162
162
Additionally, if the application does not used a dynamically linked OpenSSL library, but a statically loaded library then you may need to configure the path of the application directly.
163
163
164
-
In the following we configure one OpenSSL library located in '/usr/lib64/libssl.so.1.1'
164
+
In the following we configure one OpenSSL library located in '/lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.5.1'
0 commit comments