{"id":26648954,"url":"https://github.com/matusollah/isdebug","last_synced_at":"2025-03-25T00:47:28.430Z","repository":{"id":283356458,"uuid":"951505895","full_name":"MatusOllah/isdebug","owner":"MatusOllah","description":"Debugger detection package for Go","archived":false,"fork":false,"pushed_at":"2025-03-19T20:11:50.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:34:29.433Z","etag":null,"topics":["anticheat","antidebug","antidebugging","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatusOllah.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}},"created_at":"2025-03-19T19:35:33.000Z","updated_at":"2025-03-19T20:10:49.000Z","dependencies_parsed_at":"2025-03-19T20:44:35.457Z","dependency_job_id":null,"html_url":"https://github.com/MatusOllah/isdebug","commit_stats":null,"previous_names":["matusollah/isdebug"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatusOllah%2Fisdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatusOllah%2Fisdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatusOllah%2Fisdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatusOllah%2Fisdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatusOllah","download_url":"https://codeload.github.com/MatusOllah/isdebug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377955,"owners_count":20605375,"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":["anticheat","antidebug","antidebugging","go","golang"],"created_at":"2025-03-25T00:47:27.725Z","updated_at":"2025-03-25T00:47:28.422Z","avatar_url":"https://github.com/MatusOllah.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# isdebug\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/isdebug.svg)](https://pkg.go.dev/github.com/MatusOllah/isdebug) [![Go Report Card](https://goreportcard.com/badge/github.com/MatusOllah/isdebug)](https://goreportcard.com/report/github.com/MatusOllah/isdebug) [![GitHub license](https://img.shields.io/github/license/MatusOllah/isdebug)](https://github.com/MatusOllah/isdebug/blob/main/LICENSE) [![Made in Slovakia](https://raw.githubusercontent.com/pedromxavier/flag-badges/refs/heads/main/badges/SK.svg)](https://www.youtube.com/watch?v=UqXJ0ktrmh0)\n\n**isdebug** is a little cross-platform debugger detection package for Go.\n\n## Features\n\n* Detects whether a debugger is present at runtime\n* Cross-platform support (Windows, macOS, Linux, BSD, Plan9, Android, iOS, etc...)\n* Lightweight and easy to use\n\n## Use Cases\n\n* Anti-debugging and reverse engineering protection\n* Game security and anti-cheat protection\n* Secure applications\n* Conditional debugging\n\n## Installation\n\nRun:\n\n```sh\ngo get -u github.com/MatusOllah/isdebug\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"os\"\n\n    \"github.com/MatusOllah/isdebug\"\n)\n\nfunc main() {\n    for {\n        if isdebug.IsDebug() {\n            fmt.Println(\"Debugger detected!\")\n            os.Exit(0)\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatusollah%2Fisdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatusollah%2Fisdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatusollah%2Fisdebug/lists"}