{"id":13754934,"url":"https://github.com/brandon-everhart/angryida","last_synced_at":"2025-05-10T00:31:19.320Z","repository":{"id":98504286,"uuid":"111446208","full_name":"Brandon-Everhart/AngryIDA","owner":"Brandon-Everhart","description":"Python based angr plug in for IDA Pro.","archived":false,"fork":false,"pushed_at":"2018-02-25T05:49:04.000Z","size":25,"stargazers_count":34,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-16T08:34:01.548Z","etag":null,"topics":["angr","ida","python","windows"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Brandon-Everhart.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}},"created_at":"2017-11-20T18:15:37.000Z","updated_at":"2024-11-07T11:40:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e3c111c-5858-4dad-8436-b3152c3fd643","html_url":"https://github.com/Brandon-Everhart/AngryIDA","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/Brandon-Everhart%2FAngryIDA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brandon-Everhart%2FAngryIDA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brandon-Everhart%2FAngryIDA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brandon-Everhart%2FAngryIDA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brandon-Everhart","download_url":"https://codeload.github.com/Brandon-Everhart/AngryIDA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253346419,"owners_count":21894263,"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","ida","python","windows"],"created_at":"2024-08-03T10:00:37.111Z","updated_at":"2025-05-10T00:31:19.069Z","avatar_url":"https://github.com/Brandon-Everhart.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"6fb7e41786c49cc3811305c520dfe9a1\"\u003e\u003c/a\u003e导入导出\u0026与其他工具交互"],"sub_categories":["\u003ca id=\"8ad723b704b044e664970b11ce103c09\"\u003e\u003c/a\u003e未分类"],"readme":"# AngryIDA\n\n![pylint Score](https://mperlet.github.io/pybadge/badges/8.11.svg) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg)](https://github.com/RichardLitt/standard-readme)  ![conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-brightgreen.svg) \n\n| Table of Contents |\n|-------------------|\n|[Background](#background)|\n|[Install](#install-tips)|\n|[Usage](#usage)|\n|[TODO](#todo)|\n|[Standards](#standards)|\n|[Maintainers](#maintainers)|\n|[Contribute](#contribute)|\n|[License](#license)|        \n\n## Background\n\nThe goal of this plug-in is to integrate the use of the angr binary analysis framework into IDA Pro. \n\n## Install Tips\n\n_**NOTE: This section only describes the process of installation and setup in our specific environment.**_\n\n**1. Windows 7 64 bit Virtual Machine?**\n- Yes: Cool you are in the same place as us.\n- No: AngryIDA has not been tested on other operating systems and may have unintended results. \n\n**2. IDA Pro 6.9?**\n- Yes: Install Microsoft Visual C++ 2015 or newer and update the .NET Framework.\n- No: Install IDA 6.9 then return here.\n\n**3. IDA Python Plug-In Working?**\n- Yes: Continue to the next step.\n- No: Currently no tips to solve this problem.\n\n**4. Python 2.7 is installed?**\n- Yes: Keep going.\n- No: There are many resources online for installing python 2.7 on virtually every system.\n\n**5. Python package manager pip is installed?**\n- Yes: Awesome, one step closer.\n- No: Installing pip is straightforward and help can be found online.\n\n**6. angr is installed and working?**\n- Yes: Skip to the next step.\n- No: Try this...\n    + Install Microsoft Visual Studio 2017 (Really you just need the developer command prompt)\n    + Install the Microsoft Visual C++ Compiler for Python 2.7\n    + Inside the Microsoft Visual Studio Developers Command Prompt run the following commands:\n        * pip install -I --pre --no-use-wheel capstone-windows\n        * pip install pyvex\n        * pip install unicorn\n        * pip install simuvex\n        * pip install angr\n\n**7. Downloaded this repository (At least the file AngryIDA.py)?**\n- Yes: You are ready to use AngryIDA!\n- No: Why not?\n\n## Usage\n\n**1. Start IDA Pro**\n- One option: Drag and drop the file you wish to analysis on the IDA Pro shortcut.\n\n**2. Start AngryIDA**\n- Alt+F7\n- Navigate to AngryIDA.py file\n- Select AngryIDA.py\n\n**3. Menu**\n- The AngryIDA menu is located in the context menu of IDA View-A\n    + Right click inside of IDA View-A\n    + Hovering over AngryIDA expands the AngryIDA menu.\n\n**4. Exploring**\n- Handling find and avoid address:\n    + Right click on the desired address in IDA View-A:\n        * Select Finds or Avoids from the AngryIDA menu:\n            - Select Set/Remove/View \n- Remove all find and avoid address:  \n    + Right click in IDA View-A:\n        * Select Refresh from the AngryIDA menu\n- Set up symbolic stdin:\n    + Right click in IDA View-A:\n        * Expand Explore from the AngryIDA menu:\n            + Select options:\n                - Fill in the presented options form\n- Explore options:\n    + Right click in IDA View-A:\n        * Expand Explore from the AngryIDA menu:\n            + Select options:\n                - Fill in the presented options form\n- Explore:\n    + Right click in IDA View-A:\n        * Expand Explore from the AngryIDA menu:\n            + Select run\n\n## TODO\n\n* Documentation\n* Code improvement based on Pylint code scoring.\n* Hotkeys\n* How to stop angr path exploration?\n* Code coverage display through path highlighting. \n* Revert changes made by the application when exited. \n* Handle all forms of symbolic memory (stdin, files, arguments).\n* Symbolic stdin: \n    - Handle multiple stdin streams\n    - Remove created input streams\n\n## Standards\n\n* [README Standards](https://github.com/RichardLitt/standard-readme)\n* [Contributor Covenant](https://contributor-covenant.org/version/1/3/0/)\n* [Pylint: Code Scoring](https://www.pylint.org/)\n\n## Maintainers\n\n* [Brandon Everhart](https://github.com/Brandon-Everhart)\n* [Taylor Shields](https://github.com/Taylor-Shields)\n\n## Contribute\n\nAny and all contributions are appreciated! [Open an issue](https://github.com/Brandon-Everhart/AngryIDA/issues/new) or submit PRs.\n\n## Related Efforts\n\n* [Ponce](https://github.com/illera88/Ponce)\n* [angr](https://github.com/angr)\n\n## License\n\n[GNU General Public License v3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandon-everhart%2Fangryida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandon-everhart%2Fangryida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandon-everhart%2Fangryida/lists"}