{"id":23419437,"url":"https://github.com/bannsec/gef_venv","last_synced_at":"2025-09-14T15:57:45.595Z","repository":{"id":82123920,"uuid":"87128439","full_name":"bannsec/gef_venv","owner":"bannsec","description":"GEF in a Python Virtual Environment","archived":false,"fork":false,"pushed_at":"2018-02-24T21:35:12.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T08:47:37.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bannsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-03T22:55:38.000Z","updated_at":"2023-06-07T20:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"bee2f689-3ee0-4c44-bbc8-fca266f29385","html_url":"https://github.com/bannsec/gef_venv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bannsec/gef_venv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fgef_venv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fgef_venv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fgef_venv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fgef_venv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bannsec","download_url":"https://codeload.github.com/bannsec/gef_venv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fgef_venv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275128935,"owners_count":25410374,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":"2024-12-23T01:18:00.553Z","updated_at":"2025-09-14T15:57:45.586Z","avatar_url":"https://github.com/bannsec.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\nThis is a wrapper script to install the GDB Enhanced Features toolkit into a python virtual environment. It also installs libdislocator and exploitable and enables GEF analysis modules by default on start.\n\n# Install\nFirst, ensure you're in a virtual environment. The installer script will check and warn you if your python version mismatches with GDB's. Then, just run the installer:\n\n```bash\n(venv) $ ./install_gef.sh\n```\n\nIt will compile and install stuff into your virtual environment. Nothing will be installed external to it.\n\n# Running\nThis installer creates a wrapper named `gef`. So it's as simple as activating your virtual environment and replacing `gdb` with `gef`.\n\n```bash\n$ workon myenv\n(myenv) $ gef ./a.out test\n```\n# Common Errors\n## mprotect() failed: Cannot allocate memory\nThis is because libdislocator creates a TON of malloc areas. Try updating `max_map_count` to be super high:\n\n```bash\necho 128000 \u003e /proc/sys/vm/max_map_count\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannsec%2Fgef_venv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbannsec%2Fgef_venv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannsec%2Fgef_venv/lists"}