https://github.com/abolinsky/Hook
a graphical C/C++ runtime editor
https://github.com/abolinsky/Hook
c cpp debug-tool
Last synced: 6 months ago
JSON representation
a graphical C/C++ runtime editor
- Host: GitHub
- URL: https://github.com/abolinsky/Hook
- Owner: abolinsky
- Created: 2023-11-13T08:43:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T12:38:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T09:48:17.817Z (11 months ago)
- Topics: c, cpp, debug-tool
- Language: C++
- Homepage:
- Size: 38.8 MB
- Stars: 186
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Hook
A **graphical C/C++ runtime editor** for rapid experimentation. It attaches to your running program and allows you to easily change variables live, breaking the time-consuming edit-compile-run-edit cycle.
# build and install
> Warning: This will take a long time. (~20 minutes on an M2 MacBook air)
```
./scripts/build.sh
```# run
```
open -a Hook
```