{"id":40808661,"url":"https://github.com/dd86k/alicedbg","last_synced_at":"2026-01-21T21:12:27.306Z","repository":{"id":101664176,"uuid":"230040900","full_name":"dd86k/alicedbg","owner":"dd86k","description":"🎯 Cross-platform Debugger and Memory Scanner","archived":false,"fork":false,"pushed_at":"2025-12-20T23:57:41.000Z","size":2743,"stargazers_count":34,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"marisa","last_synced_at":"2025-12-22T21:51:26.528Z","etag":null,"topics":["d","debugger","disassembler","dlang","memory","scanner"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dd86k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yaml","license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"dd86k","patreon":"dd86k","ko_fi":"dd86k","liberapay":"dd86k"}},"created_at":"2019-12-25T04:25:27.000Z","updated_at":"2025-12-14T23:51:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"5891d75b-d69c-4d5f-84e3-690d56a9a1c5","html_url":"https://github.com/dd86k/alicedbg","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dd86k/alicedbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dd86k%2Falicedbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dd86k%2Falicedbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dd86k%2Falicedbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dd86k%2Falicedbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dd86k","download_url":"https://codeload.github.com/dd86k/alicedbg/tar.gz/refs/heads/marisa","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dd86k%2Falicedbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28643106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["d","debugger","disassembler","dlang","memory","scanner"],"created_at":"2026-01-21T21:12:26.547Z","updated_at":"2026-01-21T21:12:27.297Z","avatar_url":"https://github.com/dd86k.png","language":"D","funding_links":["https://github.com/sponsors/dd86k","https://patreon.com/dd86k","https://ko-fi.com/dd86k","https://liberapay.com/dd86k"],"categories":[],"sub_categories":[],"readme":"# Alice Debugger Project\n\nAiming to be a simple cross-platform framework for debugging and object inspection.\n\nFully written in D's [BetterC mode](https://dlang.org/spec/betterc.html),\nand available as a DUB package.\n\nIt is currently available for Windows, Linux, and FreeBSD, under x86, x86-64, Armv7, and AArch64.\n\nWritten from scratch for educational purposes.\n\n## Warnings\n\n⚠️ This is a toy project with barely any features! ⚠️\n\nThere are currently no stable APIs. Every releases pre-1.0 will see frequent\nchanges to the API.\n\nNone of the functions are currently thread-safe.\n\nCompiling a static binary on one C runtime may not work on another due to\nspecific behaviors when using ptrace(2).\n\n# Usage\n\nUsage for `alicedbg` (debugger) and `alicedump` (dumper) can be looked in the\nrepository Wiki, or invoking the `--help` argument.\n\nThe disassembly feature is provided by Capstone 4.0.2 when it is available on\nthe system. For Windows, the dynamic library can be\n[downloaded on GitHub](https://github.com/capstone-engine/capstone/releases/tag/4.0.2).\n\nFor other platforms, package names are typically:\n- Debian, Ubuntu 22.04 and later, SUSE: `libcapstone4`\n- Ubuntu 20.04: `libcapstone3` (4.0.1)\n- RHEL: `capstone-devel`\n- Alpine: `capstone-dev`\n\nCapstone is licensed under the BSD 3-Clause license.\n\n# Hacking\n\nThere are two main branches:\n- `marisa`: Main development branch. Very unstable.\n- `stable`: Last released branch.\n\nThis project primarily uses [DUB](https://dub.pm/cli-reference/dub/)\nfor compilation and unittesting.\n\nWiki contains more information on structure, features, and compilation\ninstructions.\n\n# Contributing\n\nBecause I'm not very good at managing people and I tend to be a little too\npedantic, I am currently not looking for contributors, sorry.\n\nHowever, feel free to provide feedback regarding contributor management,\nfeatures, enhancements, and fixes. It's appreciated.\n\n# License\n\nThis project is licensed under the BSD 3-Clause Clear license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdd86k%2Falicedbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdd86k%2Falicedbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdd86k%2Falicedbg/lists"}