Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: invalid memory address or nil pointer #287

Closed
luckymrwang opened this issue Jan 6, 2023 · 1 comment · Fixed by #288
Closed

bug: invalid memory address or nil pointer #287

luckymrwang opened this issue Jan 6, 2023 · 1 comment · Fixed by #288
Labels
🐞 bug Something isn't working

Comments

@luckymrwang
Copy link
Contributor

Describe the bug
configure --gobin="xxx"
When capturing go app, it reports panic: invalid memory address or nil pointer

To Reproduce
Steps to reproduce the behavior:

  1. ./ecapture tls -i enp0s5 -w pcapng.pcap --port=443 --gobin="xxxx"
  2. runing go app
  3. ecapture is stopped by panic

Expected behavior
support gobin completely

Screenshots
WX20230106-154752

Linux Server/Android (please complete the following information):

  • Env: [run make env to get the environment variables]
  • OS: [Ubuntu 21.04]
  • Arch: [amd64]
  • Kernel Version: [5.15]
  • Version: [5.15.0-56-generic]
@cfc4n
Copy link
Member

cfc4n commented Jan 6, 2023

thanks .

but ecapture do not supported capture master key and capture decrypted network packets on gobin. only support capture plaintext on gobin.

maybe supported in the future.

@cfc4n cfc4n closed this as completed in #288 Jan 6, 2023
@cfc4n cfc4n added the 🐞 bug Something isn't working label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants