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

Known issue #2

Open
Lawliar opened this issue Feb 14, 2024 · 0 comments
Open

Known issue #2

Lawliar opened this issue Feb 14, 2024 · 0 comments

Comments

@Lawliar
Copy link
Owner

Lawliar commented Feb 14, 2024

  • Running sym_backend in docker on MacOS:
    1. Docker on MacOS does not support serial usb bypassing, so you will not be able to access USB device inside docker container. Ref: Exposing a tty serial device requires privileged and doesn't work docker/for-mac#900
      • Solution: use ser2net instead.
    2. ser2net's TCP connection was reset by the peer.
      • Solution: None.
    3. Even with ser2net, using -p or --network="host" do not expose host port to the container.
      • Solution: None
  • Running on linux:
    1. _sym_initialize called by __sym_ctor is instrumented for every LLVM module, thus are called multiple times.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant