Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
  • Loading branch information
cfc4n committed Jun 15, 2022
1 parent 961ac72 commit 1dbf8c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<hr>

## v0.3.0 (2022-06-15)

- Update cilium/ebpf to v0.9.0 from 0.8.1 .
- Add GitHub Actions (codeQL \ go-test)
-

fixed [#10 type 'Probe' contains 'sync.RWMutex' which is 'sync.Locker'](https://github.com/ehids/ebpfmanager/issues/10)

<hr>

## v0.2.3 (2022-04-09)

- Fix. [#1 GetSyscallFnNameWithSymFile memory leak](https://github.com/ehids/ebpfmanager/pull/2)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
ebpfmanager参照datadog/ebpf/manager包的思想,基于cilium/ebpf实现的ebpf类库封装。

相比`cilium/ebpf`实现配置化,自动加载,更具备面向对象思想,且实现了`probe`颗粒的卡开启关闭功能。 相比`datadog/ebpf`,实现了依赖包方式加载`cilium/ebpf`
,而非fork方式,这点与其期望走的方向一致。且依赖`cilium/ebpf`版本更新到最新v0.8.1
,而非fork方式,这点与其期望走的方向一致。且依赖`cilium/ebpf`版本更新到最新v0.9.0
>Work is underway to convert this library to wrap the upstream library, rather than forking.

# 依赖

* [cilium/ebpf v0.8.1](https://github.com/cilium/ebpf/releases/tag/v0.8.1) 22 Feb, 2022
* [cilium/ebpf v0.9.0](https://github.com/cilium/ebpf/releases/tag/v0.9.0) 2022-06-16
* [go-bindata](https://github.com/shuLhan/go-bindata/cmd/go-bindata) 用于生成ebpf字节码文件的go包,与`go:embed`类似。
```shell
go get -d github.com/shuLhan/go-bindata/cmd/go-bindata
Expand Down Expand Up @@ -91,7 +91,7 @@ func main() {

# 案例项目

* eCapture : [capture SSL/TLS text content without CA cert by eBPF.](https://github.com/ehids/ecapture)
* eCapture : [capture SSL/TLS text content without CA cert using eBPF.](https://github.com/ehids/ecapture)
* eHIDS-Agent : [A Linux Host-based Intrusion Detection System based on eBPF.](https://github.com/ehids/ehids-agent)

# 注意
Expand Down

0 comments on commit 1dbf8c7

Please sign in to comment.