Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 12, 2020 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/9338243f746b29d84007eec6403440ec to your computer and use it in GitHub Desktop.
Save r-ryantm/9338243f746b29d84007eec6403440ec to your computer and use it in GitHub Desktop.
/nix/store/y71hizlpjn953yvwmsas1v0d3mszximf-rr-5.4.0
├── bin
│   ├── rr
│   ├── rr-collect-symbols.py
│   ├── rr_exec_stub
│   └── signal-rr-recording.sh
├── lib
│   └── rr
│   └── librrpreload.so
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── rr
└── rr
├── 32bit-avx.xml
├── 32bit-core.xml
├── 32bit-linux.xml
├── 32bit-sse.xml
├── 64bit-avx.xml
├── 64bit-core.xml
├── 64bit-linux.xml
├── 64bit-seg.xml
├── 64bit-sse.xml
├── aarch64-core.xml
├── aarch64-fpu.xml
├── aarch64-pauth.xml
├── amd64-avx-linux.xml
├── amd64-linux.xml
├── i386-avx-linux.xml
├── i386-linux.xml
├── rr_page_32
├── rr_page_32_replay
├── rr_page_64
├── rr_page_64_replay
├── rr_page_arm64
├── rr_page_arm64_replay
└── src
└── preload
├── overrides.c
├── preload_interface.h
├── raw_syscall.S
├── syscallbuf.c
├── syscallbuf.h
└── syscall_hook.S
10 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment