Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tensorush/dobby
[WIP] ELF debugger.
https://github.com/tensorush/dobby
debug debugger debuggers debugging debugging-tool dobby elf zig zig-lang zig-language zig-package ziglang
Last synced: about 1 month ago
JSON representation
[WIP] ELF debugger.
- Host: GitHub
- URL: https://github.com/tensorush/dobby
- Owner: tensorush
- License: mit
- Created: 2024-07-11T15:44:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:07:33.000Z (6 months ago)
- Last Synced: 2024-10-16T19:21:08.968Z (3 months ago)
- Topics: debug, debugger, debuggers, debugging, debugging-tool, dobby, elf, zig, zig-lang, zig-language, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dobby
[![CI][ci-shd]][ci-url]
[![LC][lc-shd]][lc-url]## ELF debugger.
### :rocket: Usage
```sh
git clone https://github.com/tensorush/dobby.git
cd dobby/
zig build exe -- -h
```[ci-shd]: https://img.shields.io/github/actions/workflow/status/tensorush/dobby/ci.yaml?branch=main&style=for-the-badge&logo=github&label=CI&labelColor=black&killCache=true
[ci-url]: https://github.com/tensorush/dobby/blob/main/.github/workflows/ci.yaml
[lc-shd]: https://img.shields.io/github/license/tensorush/dobby.svg?style=for-the-badge&labelColor=black&killCache=true
[lc-url]: https://github.com/tensorush/dobby/blob/main/LICENSE