Skip to content

where is the function "SSL_write_key" #565

Answered by cfc4n
boost2020 asked this question in Q&A
Discussion options

You must be logged in to vote

There is no function called SSL_write_key. The SSL_write_key in SEC("uprobe/SSL_write_key") is not crucial; the key point lies in the AttachToFuncName function within the eBPF loader. Therefore, you just need to focus on what AttachToFuncName is.

m.bpfManager.Probes = append(m.bpfManager.Probes, &manager.Probe{
Section: "uprobe/SSL_write_key",
EbpfFuncName: "probe_ssl_master_key",
AttachToFuncName: masterFunc,
BinaryPath: binaryPath,
UID: fmt.Sprintf("uprobe_smk_%s", masterFunc),
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boost2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants