test fixes and new product advisories work
This commit is contained in:
14
tests/reachability/fixtures/ebpf/elf/libssl-symbols.json
Normal file
14
tests/reachability/fixtures/ebpf/elf/libssl-symbols.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"path": "/usr/lib/x86_64-linux-gnu/libssl.so.3",
|
||||
"format": "ELF64",
|
||||
"symbols": [
|
||||
{ "name": "SSL_read", "address": "0x15000", "size": 256, "type": "FUNC" },
|
||||
{ "name": "SSL_write", "address": "0x15100", "size": 256, "type": "FUNC" },
|
||||
{ "name": "SSL_connect", "address": "0x15200", "size": 384, "type": "FUNC" },
|
||||
{ "name": "SSL_accept", "address": "0x15380", "size": 320, "type": "FUNC" },
|
||||
{ "name": "SSL_get_fd", "address": "0x154c0", "size": 64, "type": "FUNC" },
|
||||
{ "name": "SSL_get_peer_certificate", "address": "0x15500", "size": 128, "type": "FUNC" }
|
||||
],
|
||||
"version": "3.0.0",
|
||||
"buildId": "112233445566778899aabbccddeeff0011223344"
|
||||
}
|
||||
Reference in New Issue
Block a user