{"id":50808949,"url":"https://github.com/ericvaladas/beryl-agent","last_synced_at":"2026-06-13T03:11:00.579Z","repository":{"id":353020854,"uuid":"1188166846","full_name":"ericvaladas/beryl-agent","owner":"ericvaladas","description":"WebSocket proxy for Dark Ages","archived":false,"fork":false,"pushed_at":"2026-04-22T04:38:49.000Z","size":324,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T06:40:52.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericvaladas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2026-03-21T17:51:47.000Z","updated_at":"2026-04-22T04:38:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ericvaladas/beryl-agent","commit_stats":null,"previous_names":["ericvaladas/beryl-agent"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ericvaladas/beryl-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvaladas%2Fberyl-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvaladas%2Fberyl-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvaladas%2Fberyl-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvaladas%2Fberyl-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericvaladas","download_url":"https://codeload.github.com/ericvaladas/beryl-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericvaladas%2Fberyl-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-13T03:10:59.946Z","updated_at":"2026-06-13T03:11:00.571Z","avatar_url":"https://github.com/ericvaladas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# beryl-agent\n\nA DLL that injects into Dark Ages, hooks the game's `send` and `recv` functions with Microsoft Detours, and relays packets between the game and a connected client over a WebSocket.\n\nTargets Dark Ages **7.41**. Other versions may have different memory offsets and are not supported.\n\n## Installation\n\nDownload `wininet.dll` from the [latest release](../../releases/latest) and copy it into the Dark Ages game directory. Dark Ages will load it automatically on startup.\n\nTo build from source instead, see below.\n\n## Prerequisites\n\nInstall MinGW-w64:\n\n```bash\nbrew install mingw-w64              # macOS\nsudo apt install mingw-w64 make     # Linux\n```\n\n## Build\n\n```bash\nmake deps    # clone Detours (first time only)\nmake         # produces build/wininet.dll\n```\n\n## Other targets\n\n```bash\nmake clean      # remove build artifacts\nmake distclean  # also remove cloned dependencies\n```\n\n## Authorization\n\nWhen a new client tries to connect, the agent shows an in-game dialog asking whether to allow connections from that origin. Approved origins are saved to `%LOCALAPPDATA%\\beryl\\settings.json` and auto-approved on future connections.\n\n## Acknowledgements\n\nThe approach for locating the game's `send`, `recv`, and walk functions was derived from [wren11/da](https://github.com/wren11/da).\n\n## License\n\nLicensed under the GNU General Public License v2. See [LICENSE](LICENSE).\n\nThird-party components and their licenses are listed in [THIRD_PARTY.md](THIRD_PARTY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericvaladas%2Fberyl-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericvaladas%2Fberyl-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericvaladas%2Fberyl-agent/lists"}