mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 18:24:27 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@e8274ed654 🚀
This commit is contained in:
10
print.html
10
print.html
@@ -4901,8 +4901,14 @@ Error: BpfError("load and attach ebpf program failed")
|
||||
<h2 id="参考-2"><a class="header" href="#参考-2">参考</a></h2>
|
||||
<div class="footnote-definition" id="Google"><sup class="footnote-definition-label">2</sup>
|
||||
<p><a href="https://source.android.google.cn/docs/core/architecture/kernel/bpf">https://source.android.google.cn/docs/core/architecture/kernel/bpf</a>
|
||||
<sup class="footnote-reference"><a href="#WeiShu">1</a></sup>:<a href="https://mp.weixin.qq.com/s/mul4n5D3nXThjxuHV7GpMA">https://mp.weixin.qq.com/s/mul4n5D3nXThjxuHV7GpMA</a>
|
||||
<sup class="footnote-reference"><a href="#SeeFlowerX">3</a></sup>:<a href="https://blog.seeflower.dev/archives/138/">https://blog.seeflower.dev/archives/138/</a></p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="WeiShu"><sup class="footnote-definition-label">1</sup>
|
||||
<p><a href="https://mp.weixin.qq.com/s/mul4n5D3nXThjxuHV7GpMA">https://mp.weixin.qq.com/s/mul4n5D3nXThjxuHV7GpMA</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="SeeFlowerX"><sup class="footnote-definition-label">3</sup>
|
||||
<p><a href="https://blog.seeflower.dev/archives/138/">https://blog.seeflower.dev/archives/138/</a></p>
|
||||
</div>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="ebpf-实践教程使用-uprobe-捕获多种库的-ssltls-明文数据"><a class="header" href="#ebpf-实践教程使用-uprobe-捕获多种库的-ssltls-明文数据">eBPF 实践教程:使用 uprobe 捕获多种库的 SSL/TLS 明文数据</a></h1>
|
||||
<p>随着TLS在现代网络环境中的广泛应用,跟踪微服务RPC消息已经变得愈加棘手。传统的流量嗅探技术常常受限于只能获取到加密后的数据,导致无法真正观察到通信的原始内容。这种限制为系统的调试和分析带来了不小的障碍。</p>
|
||||
|
||||
Reference in New Issue
Block a user