Skip to content

Commit e356495

Browse files
committed
feat: change to aya crates.io version for higher stability
1 parent f6ba709 commit e356495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

uprobe-libcall-filter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ You will see an output of our urprobes similar to the following:
161161
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.
162162
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.
163163

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'
165165

166166

167167
```
168168
applications:
169169
filter:
170-
openssl1.1:
171-
openssl_lib: "/usr/lib64/libssl.so.1.1"
170+
openssl3.5:
171+
openssl_lib: "/lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.5.1"
172172
173173
```
174174

@@ -204,6 +204,6 @@ ldd /usr/bin/curl
204204
We can see in the output also the used SSL library by curl
205205
```
206206
[..]
207-
/lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.1.2
207+
libssl.so.3 => /lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.5.1
208208
[..]
209209
```

0 commit comments

Comments
 (0)