Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abolinsky/Hook

a graphical C/C++ runtime editor
https://github.com/abolinsky/Hook

c cpp debug-tool

Last synced: 3 months ago
JSON representation

a graphical C/C++ runtime editor

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.

hook_in_action

# build and install
> Warning: This will take a long time. (~20 minutes on an M2 MacBook air)
```
./scripts/build.sh
```

# run
```
open -a Hook
```