Skip to content

Commit

Permalink
* : update for release v0.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
  • Loading branch information
cfc4n committed May 8, 2022
1 parent 5c9b871 commit d0f8834
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<hr>

## v0.1.8 (2022-05-08)

**Full Changelog**: https://github.com/ehids/ecapture/compare/v0.1.7...v0.1.8


<hr>

## v0.1.7 (2022-04-22)

### What's Changed
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
![](./images/ecapture-logo-400x400.png)

[简体中文介绍](./README_CN.md)
[简体中文介绍](./README_CN.md) | English

[![GitHub stars](https://img.shields.io/github/stars/ehids/ecapture.svg?label=Stars&logo=github)](https://github.com/ehids/ecapture)
[![GitHub forks](https://img.shields.io/github/forks/ehids/ecapture?label=Forks&logo=github)](https://github.com/ehids/ecapture)
[![CI](https://github.com/ehids/ecapture/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ehids/ecapture/actions/workflows/code-analysis.yml)
[![Github Version](https://img.shields.io/github/v/release/ehids/ecapture?display_name=tag&include_prereleases&sort=semver)](https://github.com/ehids/ecapture/releases)

### eCapture: capture SSL/TLS text content without CA cert by eBPF.
### eCapture: capture SSL/TLS text content without CA cert Using eBPF.

----

Expand Down Expand Up @@ -99,18 +99,16 @@ Probes: []*manager.Probe{
},
```
### bash readline.so hook
hook `/bin/bash` `readline` symbol name.
hook `/bin/bash` symbol name `readline`.

# How to compile
Linux Kernel: >= 4.18.

## Tools
* golang 1.16
* gcc 10.3.0
* clang 9.0.0
* cmake 3.18.4
* clang backend: llvm 9.0.0
* pahole >= v1.13
* kernel config:CONFIG_DEBUG_INFO_BTF=y (Optional, 2022-04-17)

## command
Expand Down
4 changes: 1 addition & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](./images/ecapture-logo-400x400.png)

[English](./README.md)
[English](./README.md) | 简体中文

[![GitHub stars](https://img.shields.io/github/stars/ehids/ecapture.svg?label=Stars&logo=github)](https://github.com/ehids/ecapture)
[![GitHub forks](https://img.shields.io/github/forks/ehids/ecapture?label=Forks&logo=github)](https://github.com/ehids/ecapture)
Expand Down Expand Up @@ -116,11 +116,9 @@ hook了`/bin/bash`的`readline`函数。

## 工具链版本
* golang 1.16
* gcc 10.3.0
* clang 9.0.0
* cmake 3.18.4
* clang backend: llvm 9.0.0
* pahole >= v1.13
* kernel config:CONFIG_DEBUG_INFO_BTF=y (可选,2022-04-17增加)


Expand Down

0 comments on commit d0f8834

Please sign in to comment.