You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's annoying to run the latest version of memtrace-viewer since it requires setting up another opam switch with Jane Street's custom Opam repo. This repo has a little Dockerfile that lets you run it more easily.
4
+
5
+
To use it on a given trace `/path/to/mytrace.ctf`, run
6
+
```bash
7
+
docker run --rm -p 8080:8080 -v /path/to/mytrace.ctf:/data/trace.ctf ghcr.io/semgrep/memtrace-viewer-docker:latest /data/trace.ctf
0 commit comments