{"id":17219328,"url":"https://github.com/andreafioraldi/r2angrdbg","last_synced_at":"2025-04-13T22:32:11.392Z","repository":{"id":57459618,"uuid":"140069318","full_name":"andreafioraldi/r2angrdbg","owner":"andreafioraldi","description":"Use angr inside the radare2 debugger. Create an angr state from the current debugger state.","archived":false,"fork":false,"pushed_at":"2019-06-11T07:40:13.000Z","size":20,"stargazers_count":34,"open_issues_count":1,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T12:52:38.966Z","etag":null,"topics":["angr","angrdbg","concrete","debugger","integration","r2","radare2"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreafioraldi.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}},"created_at":"2018-07-07T09:07:38.000Z","updated_at":"2024-08-12T19:39:52.000Z","dependencies_parsed_at":"2022-09-13T16:03:27.380Z","dependency_job_id":null,"html_url":"https://github.com/andreafioraldi/r2angrdbg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Fr2angrdbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Fr2angrdbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Fr2angrdbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Fr2angrdbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreafioraldi","download_url":"https://codeload.github.com/andreafioraldi/r2angrdbg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252676,"owners_count":21072699,"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":["angr","angrdbg","concrete","debugger","integration","r2","radare2"],"created_at":"2024-10-15T03:49:38.126Z","updated_at":"2025-04-13T22:32:11.158Z","avatar_url":"https://github.com/andreafioraldi.png","language":"Python","funding_links":[],"categories":["Tools"],"sub_categories":["Conferences"],"readme":"# r2angrdbg\n\nUse angr inside the radare2 debugger.\n\nCreate an angr state from the current debugger state.\n\n## Install\n\n`pip install r2angrdbg`\n\n## Usage\n\nr2angr implements the [angrdbg](https://github.com/andreafioraldi/angrdbg) API, you can use it after the call to `r2angrdbg.init`\n\n```python\nimport r2pipe\nimport r2angrdbg\n\nr2 = r2pipe.open(\"stuff\")\nr2angrdbg.init(r2)\n\nr2.cmd(\"l33t r2 cmd\")\n\nsm = r2angrdbg.StateManager()\n# stuffs with angrdbg StateManager ...\n```\n\nsee the [examples](https://github.com/andreafioraldi/r2angrdbg/tree/master/examples) folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Fr2angrdbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreafioraldi%2Fr2angrdbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Fr2angrdbg/lists"}