test fixes and new product advisories work
This commit is contained in:
19
tests/reachability/fixtures/ebpf/elf/myapp-symbols.json
Normal file
19
tests/reachability/fixtures/ebpf/elf/myapp-symbols.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"path": "/app/bin/myapp",
|
||||
"format": "ELF64",
|
||||
"symbols": [
|
||||
{ "name": "main", "address": "0x1000", "size": 256, "type": "FUNC" },
|
||||
{ "name": "parse_json", "address": "0x1100", "size": 512, "type": "FUNC" },
|
||||
{ "name": "vulnerable_parse_json", "address": "0x1300", "size": 384, "type": "FUNC" },
|
||||
{ "name": "handle_request", "address": "0x1480", "size": 640, "type": "FUNC" },
|
||||
{ "name": "process_config", "address": "0x1700", "size": 192, "type": "FUNC" },
|
||||
{ "name": "connect_database", "address": "0x17c0", "size": 448, "type": "FUNC" },
|
||||
{ "name": "send_response", "address": "0x1980", "size": 320, "type": "FUNC" }
|
||||
],
|
||||
"sections": {
|
||||
".text": { "address": "0x1000", "size": "0x2000", "offset": "0x1000" },
|
||||
".rodata": { "address": "0x3000", "size": "0x800", "offset": "0x3000" },
|
||||
".data": { "address": "0x4000", "size": "0x200", "offset": "0x4000" }
|
||||
},
|
||||
"buildId": "abc123def456789012345678901234567890"
|
||||
}
|
||||
Reference in New Issue
Block a user