|
99 | 99 | "deployments_url": "https://api.github.com/repos/MCPPhalanx/binaryninja-mcp/deployments", |
100 | 100 | "created_at": "2025-03-28T09:01:32Z", |
101 | 101 | "updated_at": "2025-04-06T12:33:59+00:00", |
102 | | - "pushed_at": "2025-04-06T10:33:26Z", |
| 102 | + "pushed_at": "2025-04-07T05:05:00Z", |
103 | 103 | "git_url": "git://github.com/MCPPhalanx/binaryninja-mcp.git", |
104 | 104 | "ssh_url": " [email protected]:MCPPhalanx/binaryninja-mcp.git", |
105 | 105 | "clone_url": "https://github.com/MCPPhalanx/binaryninja-mcp.git", |
106 | 106 | "svn_url": "https://github.com/MCPPhalanx/binaryninja-mcp", |
107 | 107 | "homepage": null, |
108 | | - "size": 226, |
109 | | - "stargazers_count": 4, |
110 | | - "watchers_count": 4, |
| 108 | + "size": 261, |
| 109 | + "stargazers_count": 5, |
| 110 | + "watchers_count": 5, |
111 | 111 | "language": "Python", |
112 | 112 | "has_issues": true, |
113 | 113 | "has_projects": true, |
|
119 | 119 | "mirror_url": null, |
120 | 120 | "archived": false, |
121 | 121 | "disabled": false, |
122 | | - "open_issues_count": 2, |
| 122 | + "open_issues_count": 3, |
123 | 123 | "license": { |
124 | 124 | "key": "apache-2.0", |
125 | 125 | "name": "Apache License 2.0", |
|
133 | 133 | "topics": [], |
134 | 134 | "visibility": "public", |
135 | 135 | "forks": 0, |
136 | | - "open_issues": 2, |
137 | | - "watchers": 4, |
| 136 | + "open_issues": 3, |
| 137 | + "watchers": 5, |
138 | 138 | "default_branch": "main", |
139 | 139 | "permissions": { |
140 | 140 | "admin": false, |
|
470 | 470 | "svn_url": "https://github.com/fosdickio/binary_ninja_mcp", |
471 | 471 | "homepage": "", |
472 | 472 | "size": 25473, |
473 | | - "stargazers_count": 21, |
474 | | - "watchers_count": 21, |
| 473 | + "stargazers_count": 22, |
| 474 | + "watchers_count": 22, |
475 | 475 | "language": "Python", |
476 | 476 | "has_issues": true, |
477 | 477 | "has_projects": true, |
478 | 478 | "has_downloads": true, |
479 | 479 | "has_wiki": true, |
480 | 480 | "has_pages": false, |
481 | 481 | "has_discussions": false, |
482 | | - "forks_count": 5, |
| 482 | + "forks_count": 6, |
483 | 483 | "mirror_url": null, |
484 | 484 | "archived": false, |
485 | 485 | "disabled": false, |
|
496 | 496 | "web_commit_signoff_required": false, |
497 | 497 | "topics": [], |
498 | 498 | "visibility": "public", |
499 | | - "forks": 5, |
| 499 | + "forks": 6, |
500 | 500 | "open_issues": 0, |
501 | | - "watchers": 21, |
| 501 | + "watchers": 22, |
502 | 502 | "default_branch": "main", |
503 | 503 | "permissions": { |
504 | 504 | "admin": false, |
|
508 | 508 | "pull": true |
509 | 509 | }, |
510 | 510 | "temp_clone_token": "", |
511 | | - "network_count": 5, |
| 511 | + "network_count": 6, |
512 | 512 | "subscribers_count": 1 |
513 | 513 | }, |
514 | 514 | "authorUrl": "https://github.com/fosdickio", |
|
5315 | 5315 | "python3" |
5316 | 5316 | ], |
5317 | 5317 | "description": "RopView is a gadget analysis framework for BinaryNinja capable of granular per-instruction based analysis and complex logical queries.", |
5318 | | - "longdescription": "# RopView - Gadget Analysis Framework\n\n[](http://choosealicense.com/licenses/mit/) [](https://x.com/elbee_ez) [](https://faultpoint.com/post/2024-06-02-binja-plugin-ropview/)\n\nRopView is a gadget analysis framework for BinaryNinja capable of granular per-instruction based analysis backed by [Unicorn Engine](https://www.unicorn-engine.org/) and complex logical queries backed by [pandas](https://pandas.pydata.org/).\n\n**V2 to be released 2/22/25**\n\n# Features\n## Gadget Search\nGadget searching and pooling is fully integrated into the BinaryView and takes advantage of the currently loaded session for quick discovery and caching, making it faster than many similar ROP tools. Additionally, the usual options are available to configure the search settings and constrain the gadget pool appropriately. For a detailed technical explanation, refer to [this post](https://faultpoint.com/post/2024-06-02-binja-plugin-ropview/).\n\n\n\n## Gadget Analysis\nIn the right pane, an analysis is shown of the currently selected gadget in the pool. This pane details the effects of the gadget on memory locations, clobbered registers, and accesses made to the stack or other memory regions. The analysis shows a start state, intermediary step states, and an end state. The analysis framework takes advantage of [unicorn engine](https://www.unicorn-engine.org/) and can return a report instantly. Internally, this is done using different hooks to add analysis and diffing functionality in the fetch-execute cycle. Furthermore, access violations are hooked to resolve fetched mappings from the target binary into the analysis context in realtime as they are requested. Gadget states are cached for later use and attributes are added to the search engine as queryable columns, allowing for semantic and effect based searches.\n\n\n\n## Semantic and Constraint-based Search Engine Using Pandas\nDuring the gadget searching and analysis process, gadgets are cached for later access in addition to being added to Dataframe columns for fast, data-driven search queries. The search filter takes advantage of [pandas](https://pandas.pydata.org/), a data-analysis library that allows for collective and aggregated data analysis. This allows RopView to query advanced logical statements on specific gadget attributes (inst_cnt, bytes, disasm, etc) with metadata (count, contains, etc). The result is a much more capable gadget search engine in comparison to other frameworks. Included in these queryable attributes are end-state register values derived from a gadget's corresponding analysis state, which allows for effect-based semantic searching. Additionally, the entire gadget pool dataframe can be exported to a csv for later data analysis in options. Searchable objects are capable of processing whatever may be an attribute of its relative `Series` object and most options can include regex. Default search behavior searches for mnemonic matches in disasm.\n\nCurrently queryable objects include:\n- addr (int)\n- loc (str)\n- bytes (str)\n- inst_cnt (int)\n- disasm (str)\n- registers (int)\n\n\n\n\n## Presets\nPresets allow the user to specify dictionary translations for specific keywords into pandas/semantic search queries. Custom presets are saved to the BinaryView along with the rest of the cache. Each architecture is already defined with a set of architecture-tied presets.\n\n\n\n## Prestates\nPrestates allow one to specify register-context before analysis. These take the place of individually definable registers, as well as a coredump import feature. Importing a coredump will add its register context and include available memory mappings from the corefile in analysis context for possible resolving.\n\n\n\n# Architecture Support\nROPView currently supports the following architectures:\n- i386\n- amd64\n- armv7\n- aarch64\n- thumb2 (toggle)\n- mipsel32\n- mipsel64\n- mips32\n- mips64\n\n# Dependencies\nRopView relies on the following dependencies for its core functionality\n- [Unicorn CPU Emulator (GadgetAnalysis)](https://www.unicorn-engine.org/)\n- [Capstone Disassembler (GadgetSearch, GadgetAnalysis)](http://www.capstone-engine.org/)\n- [pandas (SearchFilter)](https://pandas.pydata.org/)\n- [Pyside6 QT (BinaryNinja's UI framework)](https://www.qt.io/qt-for-python)\n- [lief (Corefile)](https://lief.re/)\n\n# Demo Gallery\n\n- sleep_a0\n\n- execve\n\n- Address range is > 0x1000 and is ASCII constrained (excluding first byte)\n\n\n# Contributions\nContributions are welcome! Please open an issue if you encounter a bug. PRs are reviewed periodically. Please reach me on my blog is needed: https://faultpoint.com\n\n# Installation\nInstall this plugin by cloning this repo directly into `~/.binaryninja/plugins`\n", |
| 5318 | + "longdescription": "# RopView (v2.1)\nAuthor: **elbee**\n\n_RopView is a gadget analysis framework for BinaryNinja capable of granular per-instruction based analysis and complex logical queries._\n\n## Description:\n\n\n\n\n## Installation Instructions\n\n### Linux\n\n\n\n## Minimum Version\n\nThis plugin requires the following minimum version of Binary Ninja:\n\n* 3164\n\n\n\n## Required Dependencies\n\nThe following dependencies are required for this plugin:\n\n * pip - unicorn, keystone_engine, capstone, pandas\n * apt - \n * installers - \n * other - \n\n\n## License\n\nThis plugin is released under a MIT license.\n## Metadata Version\n\n2\n", |
5319 | 5319 | "license": { |
5320 | 5320 | "name": "MIT", |
5321 | 5321 | "text": "Copyright (c) 2023 Dylan Knoff\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
|
5327 | 5327 | "Linux": "" |
5328 | 5328 | }, |
5329 | 5329 | "dependencies": "capstone==5.0.1\npandas==2.2.2\nunicorn==2.0.1.post1\nlief==0.16.2\n", |
5330 | | - "version": "1.0", |
| 5330 | + "version": "2.1", |
5331 | 5331 | "author": "elbee", |
5332 | | - "lastUpdated": 1740234294, |
| 5332 | + "lastUpdated": 1744049031, |
5333 | 5333 | "projectUrl": "https://github.com/elbee-cyber/RopView", |
5334 | 5334 | "projectData": { |
5335 | 5335 | "id": 796065802, |
|
5399 | 5399 | "releases_url": "https://api.github.com/repos/elbee-cyber/RopView/releases{/id}", |
5400 | 5400 | "deployments_url": "https://api.github.com/repos/elbee-cyber/RopView/deployments", |
5401 | 5401 | "created_at": "2024-05-04T20:43:45Z", |
5402 | | - "updated_at": "2025-02-22T14:24:54+00:00", |
5403 | | - "pushed_at": "2025-03-02T01:13:36Z", |
| 5402 | + "updated_at": "2025-04-07T18:03:51+00:00", |
| 5403 | + "pushed_at": "2025-04-07T18:01:41Z", |
5404 | 5404 | "git_url": "git://github.com/elbee-cyber/RopView.git", |
5405 | 5405 | "ssh_url": " [email protected]:elbee-cyber/RopView.git", |
5406 | 5406 | "clone_url": "https://github.com/elbee-cyber/RopView.git", |
5407 | 5407 | "svn_url": "https://github.com/elbee-cyber/RopView", |
5408 | 5408 | "homepage": "", |
5409 | | - "size": 101901, |
| 5409 | + "size": 101921, |
5410 | 5410 | "stargazers_count": 57, |
5411 | 5411 | "watchers_count": 57, |
5412 | 5412 | "language": "Python", |
|
5420 | 5420 | "mirror_url": null, |
5421 | 5421 | "archived": false, |
5422 | 5422 | "disabled": false, |
5423 | | - "open_issues_count": 5, |
| 5423 | + "open_issues_count": 4, |
5424 | 5424 | "license": { |
5425 | 5425 | "key": "mit", |
5426 | 5426 | "name": "MIT License", |
|
5434 | 5434 | "topics": [], |
5435 | 5435 | "visibility": "public", |
5436 | 5436 | "forks": 2, |
5437 | | - "open_issues": 5, |
| 5437 | + "open_issues": 4, |
5438 | 5438 | "watchers": 57, |
5439 | 5439 | "default_branch": "master", |
5440 | 5440 | "permissions": { |
|
5449 | 5449 | "subscribers_count": 3 |
5450 | 5450 | }, |
5451 | 5451 | "authorUrl": "https://github.com/elbee-cyber", |
5452 | | - "packageUrl": "https://api.github.com/repos/elbee-cyber/RopView/zipball/refs/tags/2.0", |
5453 | | - "packageShortUrl": "https://v35.us/9t4yhhx", |
| 5452 | + "packageUrl": "https://api.github.com/repos/elbee-cyber/RopView/zipball/refs/tags/2.1", |
| 5453 | + "packageShortUrl": "https://v35.us/s8pyi37", |
5454 | 5454 | "view_only": false, |
5455 | 5455 | "path": "elbeecyber_RopView", |
5456 | | - "commit": "75f0a057a1467b9b13c2a27e8d539e93e073fc6a", |
| 5456 | + "commit": "a6f84ae05535c4fa3c6b1baa5691ec6d7cc80962", |
5457 | 5457 | "minimumBinaryNinjaVersion": 3164, |
5458 | 5458 | "maximumBinaryNinjaVersion": 999999 |
5459 | 5459 | }, |
|
6102 | 6102 | "svn_url": "https://github.com/mrphrazer/reverser_ai", |
6103 | 6103 | "homepage": "", |
6104 | 6104 | "size": 828, |
6105 | | - "stargazers_count": 921, |
6106 | | - "watchers_count": 921, |
| 6105 | + "stargazers_count": 922, |
| 6106 | + "watchers_count": 922, |
6107 | 6107 | "language": "Python", |
6108 | 6108 | "has_issues": true, |
6109 | 6109 | "has_projects": true, |
|
6130 | 6130 | "visibility": "public", |
6131 | 6131 | "forks": 58, |
6132 | 6132 | "open_issues": 3, |
6133 | | - "watchers": 921, |
| 6133 | + "watchers": 922, |
6134 | 6134 | "default_branch": "main", |
6135 | 6135 | "permissions": { |
6136 | 6136 | "admin": false, |
|
9502 | 9502 | "mirror_url": null, |
9503 | 9503 | "archived": false, |
9504 | 9504 | "disabled": false, |
9505 | | - "open_issues_count": 51, |
| 9505 | + "open_issues_count": 52, |
9506 | 9506 | "license": { |
9507 | 9507 | "key": "bsd-2-clause", |
9508 | 9508 | "name": "BSD 2-Clause \"Simplified\" License", |
|
9524 | 9524 | ], |
9525 | 9525 | "visibility": "public", |
9526 | 9526 | "forks": 42, |
9527 | | - "open_issues": 51, |
| 9527 | + "open_issues": 52, |
9528 | 9528 | "watchers": 629, |
9529 | 9529 | "default_branch": "main", |
9530 | 9530 | "permissions": { |
|
10011 | 10011 | "svn_url": "https://github.com/mahaloz/decomp2dbg", |
10012 | 10012 | "homepage": "", |
10013 | 10013 | "size": 4121, |
10014 | | - "stargazers_count": 654, |
10015 | | - "watchers_count": 654, |
| 10014 | + "stargazers_count": 655, |
| 10015 | + "watchers_count": 655, |
10016 | 10016 | "language": "Python", |
10017 | 10017 | "has_issues": true, |
10018 | 10018 | "has_projects": true, |
|
10039 | 10039 | "visibility": "public", |
10040 | 10040 | "forks": 41, |
10041 | 10041 | "open_issues": 13, |
10042 | | - "watchers": 654, |
| 10042 | + "watchers": 655, |
10043 | 10043 | "default_branch": "main", |
10044 | 10044 | "permissions": { |
10045 | 10045 | "admin": false, |
|
11617 | 11617 | "svn_url": "https://github.com/crytic/ethersplay", |
11618 | 11618 | "homepage": null, |
11619 | 11619 | "size": 2078, |
11620 | | - "stargazers_count": 851, |
11621 | | - "watchers_count": 851, |
| 11620 | + "stargazers_count": 852, |
| 11621 | + "watchers_count": 852, |
11622 | 11622 | "language": "Python", |
11623 | 11623 | "has_issues": true, |
11624 | 11624 | "has_projects": true, |
|
11650 | 11650 | "visibility": "public", |
11651 | 11651 | "forks": 120, |
11652 | 11652 | "open_issues": 9, |
11653 | | - "watchers": 851, |
| 11653 | + "watchers": 852, |
11654 | 11654 | "default_branch": "master", |
11655 | 11655 | "permissions": { |
11656 | 11656 | "admin": false, |
|
12547 | 12547 | "svn_url": "https://github.com/ex0dus-0x/fuzzable", |
12548 | 12548 | "homepage": "", |
12549 | 12549 | "size": 1511, |
12550 | | - "stargazers_count": 529, |
12551 | | - "watchers_count": 529, |
| 12550 | + "stargazers_count": 530, |
| 12551 | + "watchers_count": 530, |
12552 | 12552 | "language": "Python", |
12553 | 12553 | "has_issues": true, |
12554 | 12554 | "has_projects": true, |
|
12582 | 12582 | "visibility": "public", |
12583 | 12583 | "forks": 53, |
12584 | 12584 | "open_issues": 19, |
12585 | | - "watchers": 529, |
| 12585 | + "watchers": 530, |
12586 | 12586 | "default_branch": "main", |
12587 | 12587 | "permissions": { |
12588 | 12588 | "admin": false, |
|
14794 | 14794 | "svn_url": "https://github.com/bootleg/ret-sync", |
14795 | 14795 | "homepage": "", |
14796 | 14796 | "size": 2792, |
14797 | | - "stargazers_count": 2124, |
14798 | | - "watchers_count": 2124, |
| 14797 | + "stargazers_count": 2125, |
| 14798 | + "watchers_count": 2125, |
14799 | 14799 | "language": "C", |
14800 | 14800 | "has_issues": true, |
14801 | 14801 | "has_projects": true, |
|
14831 | 14831 | "visibility": "public", |
14832 | 14832 | "forks": 272, |
14833 | 14833 | "open_issues": 35, |
14834 | | - "watchers": 2124, |
| 14834 | + "watchers": 2125, |
14835 | 14835 | "default_branch": "master", |
14836 | 14836 | "permissions": { |
14837 | 14837 | "admin": false, |
|
0 commit comments