{"id":22596025,"url":"https://github.com/wcampbell0x2a/heretek","last_synced_at":"2025-05-16T03:06:43.289Z","repository":{"id":266213083,"uuid":"897098639","full_name":"wcampbell0x2a/heretek","owner":"wcampbell0x2a","description":"GDB TUI Dashboard for the understanding of vast knowledge","archived":false,"fork":false,"pushed_at":"2025-05-11T01:43:26.000Z","size":12034,"stargazers_count":287,"open_issues_count":24,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-11T02:42:43.589Z","etag":null,"topics":["ctf","embedded","gdb","linux","reverse-engineering","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wcampbell0x2a.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["wcampbell0x2a"]}},"created_at":"2024-12-02T02:47:25.000Z","updated_at":"2025-05-09T07:37:53.000Z","dependencies_parsed_at":"2024-12-03T06:27:25.419Z","dependency_job_id":"877a4ecf-3277-4e1c-b48d-22e76a82aa7c","html_url":"https://github.com/wcampbell0x2a/heretek","commit_stats":null,"previous_names":["wcampbell0x2a/heretek"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wcampbell0x2a%2Fheretek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wcampbell0x2a%2Fheretek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wcampbell0x2a%2Fheretek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wcampbell0x2a%2Fheretek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wcampbell0x2a","download_url":"https://codeload.github.com/wcampbell0x2a/heretek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ctf","embedded","gdb","linux","reverse-engineering","rust","tui"],"created_at":"2024-12-08T10:12:37.391Z","updated_at":"2025-05-16T03:06:38.281Z","avatar_url":"https://github.com/wcampbell0x2a.png","language":"Rust","funding_links":["https://github.com/sponsors/wcampbell0x2a"],"categories":["Table of Contents"],"sub_categories":[],"readme":"# heretek\n[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github-wcampbell0x2a/heretek-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"20\"\u003e](https://github.com/wcampbell0x2a/heretek)\n[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/heretek.svg?style=for-the-badge\u0026color=fc8d62\u0026logo=rust\" height=\"20\"\u003e](https://crates.io/crates/heretek)\n[\u003cimg alt=\"build status\" src=\"https://img.shields.io/github/actions/workflow/status/wcampbell0x2a/heretek/main.yml?branch=master\u0026style=for-the-badge\" height=\"20\"\u003e](https://github.com/wcampbell0x2a/heretek/actions?query=branch%3Amaster)\n\nGDB TUI Dashboard inspired by `gef`, designed to seamlessly connect to remote targets even without a functioning `gdbserver`.\n\n* **No python requirements**: Many vendors ship `gdb` without python support, we ship a single statically-linked musl binary.\n* **Architecture agnostic**: `heretek` only uses information given by `gdb`, no extra code required!\n* **No gdbserver requirements**: Many vendors ship invalid `gdbserver` binaries, this works on remote targets with just `gdb`, `nc`, `cat`, and `mkfifo`. No more wrestling with invalid or missing `gdbserver` binaries.\n\n* See [features](./docs/features.md) for `heretek` demos.\n* See [commands](./docs/commands.md) for internal `heretek` commands.\n\n![screenshot](images/screenshot.png)\n\n## Installation\nEither build from published source in crates.io.\n```\n$ cargo install heretek --locked\n```\n\nOr download from [github releases](https://github.com/wcampbell0x2a/heretek/releases).\n\nArch Linux users can also install from the [official repositories](https://archlinux.org/packages/extra/x86_64/heretek/) via running `pacman -S heretek`\n\n## Usage\n```console\nGDB TUI Dashboard for the understanding of vast knowledge\n\nUsage: heretek [OPTIONS]\n\nOptions:\n      --gdb-path \u003cGDB_PATH\u003e\n          Override gdb executable path\n\n  -r, --remote \u003cREMOTE\u003e\n          Connect to nc session\n\n          `mkfifo gdb_pipe; cat gdb_pipe | gdb --interpreter=mi | nc -l -p 12345 \u003e gdb_pipe`\n\n      --32\n          Switch into 32-bit mode\n\n  -c, --cmds \u003cCMDS\u003e\n          Execute GDB commands\n\n          lines starting with # are ignored\n\n      --log-path \u003cLOG_PATH\u003e\n          Path to write log\n\n          Set env `RUST_LOG` to change log level\n\n  -h, --help\n          Print help (see a summary with '-h')\n\n  -V, --version\n          Print version\n```\n\n\u003e \"To every problem, a solution lies in the application of tech-lore\" - Ferrarch Asklepian, Warhammer 40,000: Mechanicus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwcampbell0x2a%2Fheretek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwcampbell0x2a%2Fheretek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwcampbell0x2a%2Fheretek/lists"}