https://github.com/kallsyms/warpspeed
macOS Record Replay Debugger
https://github.com/kallsyms/warpspeed
Last synced: about 1 month ago
JSON representation
macOS Record Replay Debugger
- Host: GitHub
- URL: https://github.com/kallsyms/warpspeed
- Owner: kallsyms
- Created: 2023-01-20T05:06:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T02:55:45.000Z (11 months ago)
- Last Synced: 2025-03-26T16:21:17.265Z (about 2 months ago)
- Language: Rust
- Size: 328 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warpspeed
_A super work in progress record/replay debugger for macOS_Originally presented at REcon 2023 ([talk](https://www.youtube.com/watch?v=KYkHDQYJ6fg), [slides](https://nickgregory.me/files/talks/warpspeed.pdf))
And see my (long delayed) [corresponding blog post](https://nickgregory.me/post/2024/06/23/warpspeed/).
## Building
`make build-release`
There's also `make build-debug`, but debug builds are significantly slower.
## Sample Usage
```
$ ./target/release/warpspeed record /tmp/trace /bin/ls -l
$ ./target/release/warpspeed replay /tmp/trace
```