From e3679cd2451a9bb069b9df48a428e0b866d34ac1 Mon Sep 17 00:00:00 2001 From: psifertex Date: Fri, 5 Jul 2024 17:19:50 +0000 Subject: [PATCH] Commit from GitHub Actions (Update Plugin Repository) --- README.md | 5 +- plugins.json | 405 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 280 insertions(+), 130 deletions(-) diff --git a/README.md b/README.md index 040d75c..d871d19 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ |[binja-win-docs](https://github.com/matteyeux/binja-win-docs)|[matteyeux](https://github.com/matteyeux)|Binary Ninja plugin to display the documentation of a Windows function in a sidebar widget.|2024-04-11|helper, ui|Apache-2.0| |[binja_sigmaker](https://github.com/apekros/binja_sigmaker)|[apekros and Alex3434](https://github.com/apekros)|Generate and find signatures.|2023-01-29|architecture, binaryview, core, ui|MIT| |[BinjaExportTox64dbg](https://github.com/moval0x1/BinjaExportTox64dbg)|[moval0x1](https://github.com/moval0x1)|Export notations from Binja to x64dbg|2024-02-20|binaryview|MIT| -|[BinSync](https://github.com/binsync/binsync)|[BinSync Team](https://github.com/binsync)|Adds support for cross-decompiler collab in the BinSync supported decompilers.|2024-06-13|sync|BSD 2-clause| +|[BinSync](https://github.com/binsync/binsync)|[BinSync Team](https://github.com/binsync)|Adds support for cross-decompiler collab in the BinSync supported decompilers.|2024-07-04|sync|BSD 2-clause| |[Blackfin Architecture Plugin](https://github.com/0bs3n/arch-blackfin)|[sen](https://github.com/0bs3n)|A Binary Ninja architecture plugin for the AD Blackfin architecture|2022-05-28|architecture|GPL-3.0| |[BN KConfig Recover](https://github.com/zznop/bn-kconfig-recover)|[Brandon Miller](https://github.com/zznop)|Recover Linux kernel build configurations|2022-01-14|helper|MIT| |[bn-riscv](https://github.com/uni-due-syssec/bn-riscv)|[Katharina Utz](https://github.com/uni-due-syssec)|RISC-V architecture plugin.|2021-01-18|architecture|Apache-2.0| @@ -44,7 +44,7 @@ |[Delphi VMT Analyzer](https://github.com/ImNotAVirus/delphi_ninja)|[ImNotAVirus](https://github.com/ImNotAVirus)|Find Delphi VMTs and generate their structures|2022-02-21|helper|MIT| |[Dependency analyzer](https://github.com/shizmob/binja-depanalyzer)|[Shiz](https://github.com/shizmob)|Analyze dependencies and resolve obfuscated imports|2020-05-25|helper|MIT| |[devi](https://github.com/murx-/devi_binja)|[@_murks](https://github.com/murx-)|devi - DEvirtualize VIrtual calls in C++ binaries|2020-11-04|helper, ui|MIT| -|[dewolf Decompiler](https://github.com/fkie-cad/dewolf)|[fkie-cad](https://github.com/fkie-cad)|Research Decompiler to generate a C-like function representation|2024-04-01|helper, ui|LGPL-2.1| +|[dewolf Decompiler](https://github.com/fkie-cad/dewolf)|[fkie-cad](https://github.com/fkie-cad)|Research Decompiler to generate a C-like function representation|2024-07-01|helper, ui|LGPL-2.1| |[Discord Integration](https://github.com/psifertex/discordpresence)|[psifertex](https://github.com/psifertex)|Enables Discord Rich Presence Integration for Binary Ninja|2024-01-09|helper|MIT| |[Dixie](https://github.com/3Flatline/DixieBinjaPlugin)|[3Flatline LLC](https://github.com/3Flatline)|Uses Dixie code scanner to find vulnerabilities using the Binary Ninja C representation|2024-04-02|ui|MIT| |[droog](https://github.com/amtal/droog)|[amtal](https://github.com/amtal)|PDF Reference Opcodes Or reGisters. Like IDA's FRIEND/AMIE or Ghidra's "Processor Manual..." right-click menu.|2024-06-24|helper|AGPL-3.0| @@ -79,6 +79,7 @@ |[iBoot64 Loader](https://github.com/BlackwingHQ/iBoot64Binja)|[Blackwing Intelligence](https://github.com/BlackwingHQ)|Binary View for loading iBoot, SecureROM, etc. firmware|2020-10-01|binaryview|MIT| |[iBootLoader](https://github.com/EliseZeroTwo/iBoot-Binja-Loader)|[EliseZeroTwo](https://github.com/EliseZeroTwo)|iBoot/SecureROM Loader|2023-02-24|binaryview, helper|ISC| |[IDC Importer](https://github.com/Cryptogenic/idc_importer)|[SpecterDev](https://github.com/Cryptogenic)|Allows users to import idc database dumps from IDA into Binary Ninja.|2022-10-13|helper|MIT| +|[IFL](https://github.com/leandrofroes/bn_ifl)|[Leandro Froes](https://github.com/leandrofroes)|A small plugin that provides an user-friendly way to navigate between functions and their references.|2024-07-05|helper, ui|CC BY 3.0| |[ilhierarchy](https://github.com/fabianfreyer/binja-il-hierarchy)|[Fabian Freyer](https://github.com/fabianfreyer)|Show current IL instruction hierarchy in sidebar|2022-02-06|core, ui|MIT| |[Improved Gameboy Architecture](https://github.com/samrussell/binja-gameboy)|[Sam Russell (@samrussell)](https://github.com/samrussell)|A loader and diassembler for Game Boy ROMs.|2024-03-28|architecture, binaryview|MIT| |[Instruction Slicer](https://github.com/c3r34lk1ll3r/Instruction_Slicer)|[Andrea Ferraris](https://github.com/c3r34lk1ll3r)|Forward and backward instruction slicer|2020-11-25|helper|MIT| diff --git a/plugins.json b/plugins.json index 8ea6dd9..e70dd2e 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,153 @@ [ + { + "pluginmetadataversion": 2, + "name": "IFL", + "author": "Leandro Froes", + "type": [ + "ui", + "helper" + ], + "api": [ + "python3" + ], + "description": "A small plugin that provides an user-friendly way to navigate between functions and their references.", + "longdescription": "# Binary Ninja Interactive Functions List (IFL) Plugin\n\nLicense: CC-BY (https://creativecommons.org/licenses/by/3.0/)\n\nThis is a Binary Ninja version of the [IDA IFL](https://github.com/hasherezade/ida_ifl) plugin written by hasherezade.\n\nILF is a small plugin with the goal to provide user-friendly way to navigate between functions and their references.
\nAdditionally, it allows to import reports generated by i.e. [PE-sieve](https://github.com/hasherezade/pe-sieve/wiki/1.-FAQ) into Binary Ninja. Supports:\n+ [`.tag` format](https://github.com/hasherezade/tiny_tracer/wiki/Using-the-TAGs-with-disassemblers-and-debuggers) (generated by [PE-sieve](https://github.com/hasherezade/pe-sieve), [Tiny Tracer](https://github.com/hasherezade/tiny_tracer), [PE-bear](https://github.com/hasherezade/pe-bear-releases))\n+ [`.imports.txt` format](https://github.com/hasherezade/pe-sieve/wiki/4.3.-Import-table-reconstruction-(imp)) (generated by [PE-sieve](https://github.com/hasherezade/pe-sieve))\n\nExamples\n==\n\n![](https://github.com/leandrofroes/bn_ifl/blob/main/img/example1.png)\n\n![](https://github.com/leandrofroes/bn_ifl/blob/main/img/example2.png)\n", + "license": { + "name": "CC BY 3.0", + "text": "" + }, + "platforms": [ + "Darwin", + "Windows", + "Linux" + ], + "installinstructions": { + "Darwin": "", + "Windows": "", + "Linux": "" + }, + "version": "1.0", + "minimumbinaryninjaversion": 4958, + "lastUpdated": 1720193430, + "projectUrl": "https://github.com/leandrofroes/bn_ifl", + "projectData": { + "id": 824642366, + "node_id": "R_kgDOMScLPg", + "name": "bn_ifl", + "full_name": "leandrofroes/bn_ifl", + "private": false, + "owner": { + "login": "leandrofroes", + "id": 29361779, + "node_id": "MDQ6VXNlcjI5MzYxNzc5", + "avatar_url": "https://avatars.githubusercontent.com/u/29361779?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leandrofroes", + "html_url": "https://github.com/leandrofroes", + "followers_url": "https://api.github.com/users/leandrofroes/followers", + "following_url": "https://api.github.com/users/leandrofroes/following{/other_user}", + "gists_url": "https://api.github.com/users/leandrofroes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leandrofroes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leandrofroes/subscriptions", + "organizations_url": "https://api.github.com/users/leandrofroes/orgs", + "repos_url": "https://api.github.com/users/leandrofroes/repos", + "events_url": "https://api.github.com/users/leandrofroes/events{/privacy}", + "received_events_url": "https://api.github.com/users/leandrofroes/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/leandrofroes/bn_ifl", + "description": "IFL - Interactive Functions List (plugin for Binary Ninja)", + "fork": false, + "url": "https://api.github.com/repos/leandrofroes/bn_ifl", + "forks_url": "https://api.github.com/repos/leandrofroes/bn_ifl/forks", + "keys_url": "https://api.github.com/repos/leandrofroes/bn_ifl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leandrofroes/bn_ifl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leandrofroes/bn_ifl/teams", + "hooks_url": "https://api.github.com/repos/leandrofroes/bn_ifl/hooks", + "issue_events_url": "https://api.github.com/repos/leandrofroes/bn_ifl/issues/events{/number}", + "events_url": "https://api.github.com/repos/leandrofroes/bn_ifl/events", + "assignees_url": "https://api.github.com/repos/leandrofroes/bn_ifl/assignees{/user}", + "branches_url": "https://api.github.com/repos/leandrofroes/bn_ifl/branches{/branch}", + "tags_url": "https://api.github.com/repos/leandrofroes/bn_ifl/tags", + "blobs_url": "https://api.github.com/repos/leandrofroes/bn_ifl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leandrofroes/bn_ifl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leandrofroes/bn_ifl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leandrofroes/bn_ifl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leandrofroes/bn_ifl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leandrofroes/bn_ifl/languages", + "stargazers_url": "https://api.github.com/repos/leandrofroes/bn_ifl/stargazers", + "contributors_url": "https://api.github.com/repos/leandrofroes/bn_ifl/contributors", + "subscribers_url": "https://api.github.com/repos/leandrofroes/bn_ifl/subscribers", + "subscription_url": "https://api.github.com/repos/leandrofroes/bn_ifl/subscription", + "commits_url": "https://api.github.com/repos/leandrofroes/bn_ifl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leandrofroes/bn_ifl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leandrofroes/bn_ifl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leandrofroes/bn_ifl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leandrofroes/bn_ifl/contents/{+path}", + "compare_url": "https://api.github.com/repos/leandrofroes/bn_ifl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leandrofroes/bn_ifl/merges", + "archive_url": "https://api.github.com/repos/leandrofroes/bn_ifl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leandrofroes/bn_ifl/downloads", + "issues_url": "https://api.github.com/repos/leandrofroes/bn_ifl/issues{/number}", + "pulls_url": "https://api.github.com/repos/leandrofroes/bn_ifl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leandrofroes/bn_ifl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leandrofroes/bn_ifl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leandrofroes/bn_ifl/labels{/name}", + "releases_url": "https://api.github.com/repos/leandrofroes/bn_ifl/releases{/id}", + "deployments_url": "https://api.github.com/repos/leandrofroes/bn_ifl/deployments", + "created_at": "2024-07-05T15:22:31Z", + "updated_at": "2024-07-05T15:30:30", + "pushed_at": "2024-07-05T15:30:30Z", + "git_url": "git://github.com/leandrofroes/bn_ifl.git", + "ssh_url": "git@github.com:leandrofroes/bn_ifl.git", + "clone_url": "https://github.com/leandrofroes/bn_ifl.git", + "svn_url": "https://github.com/leandrofroes/bn_ifl", + "homepage": null, + "size": 135, + "stargazers_count": 1, + "watchers_count": 1, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "has_discussions": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 0, + "license": null, + "allow_forking": true, + "is_template": false, + "web_commit_signoff_required": false, + "topics": [], + "visibility": "public", + "forks": 0, + "open_issues": 0, + "watchers": 1, + "default_branch": "main", + "permissions": { + "admin": false, + "maintain": false, + "push": false, + "triage": false, + "pull": true + }, + "temp_clone_token": "", + "network_count": 0, + "subscribers_count": 1 + }, + "authorUrl": "https://github.com/leandrofroes", + "packageUrl": "https://api.github.com/repos/leandrofroes/bn_ifl/zipball/refs/tags/v1.0", + "packageShortUrl": "https://v35.us/yxgrtpj", + "dependencies": "", + "path": "leandrofroes_bn_ifl", + "commit": "4cef7eb087a227084f0967cda543c272c62175f8", + "minimumBinaryNinjaVersion": 0 + }, { "pluginmetadataversion": 2, "name": "ctypes Export", @@ -118,7 +267,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 1, + "open_issues_count": 0, "license": { "key": "mit", "name": "MIT License", @@ -132,7 +281,7 @@ "topics": [], "visibility": "public", "forks": 0, - "open_issues": 1, + "open_issues": 0, "watchers": 0, "default_branch": "main", "permissions": { @@ -247,15 +396,15 @@ "deployments_url": "https://api.github.com/repos/amtal/droog/deployments", "created_at": "2024-06-18T10:33:51Z", "updated_at": "2024-06-24T14:31:17", - "pushed_at": "2024-06-24T14:30:37Z", + "pushed_at": "2024-06-24T22:15:04Z", "git_url": "git://github.com/amtal/droog.git", "ssh_url": "git@github.com:amtal/droog.git", "clone_url": "https://github.com/amtal/droog.git", "svn_url": "https://github.com/amtal/droog", "homepage": "", "size": 629, - "stargazers_count": 0, - "watchers_count": 0, + "stargazers_count": 1, + "watchers_count": 1, "language": "Python", "has_issues": true, "has_projects": false, @@ -263,11 +412,11 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 0, + "forks_count": 1, "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 0, + "open_issues_count": 3, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -283,9 +432,9 @@ "reverse-engineering" ], "visibility": "public", - "forks": 0, - "open_issues": 0, - "watchers": 0, + "forks": 1, + "open_issues": 3, + "watchers": 1, "default_branch": "master", "permissions": { "admin": false, @@ -295,7 +444,7 @@ "pull": true }, "temp_clone_token": "", - "network_count": 0, + "network_count": 1, "subscribers_count": 1 }, "authorUrl": "https://github.com/amtal", @@ -720,8 +869,8 @@ "svn_url": "https://github.com/elbee-cyber/RopView", "homepage": "", "size": 4105, - "stargazers_count": 37, - "watchers_count": 37, + "stargazers_count": 41, + "watchers_count": 41, "language": "Python", "has_issues": true, "has_projects": true, @@ -729,7 +878,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 0, + "forks_count": 1, "mirror_url": null, "archived": false, "disabled": false, @@ -746,9 +895,9 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 0, + "forks": 1, "open_issues": 4, - "watchers": 37, + "watchers": 41, "default_branch": "master", "permissions": { "admin": false, @@ -758,7 +907,7 @@ "pull": true }, "temp_clone_token": "", - "network_count": 0, + "network_count": 1, "subscribers_count": 1 }, "authorUrl": "https://github.com/elbee-cyber", @@ -1404,8 +1553,8 @@ "svn_url": "https://github.com/mrphrazer/reverser_ai", "homepage": "", "size": 828, - "stargazers_count": 642, - "watchers_count": 642, + "stargazers_count": 683, + "watchers_count": 683, "language": "Python", "has_issues": true, "has_projects": true, @@ -1413,11 +1562,11 @@ "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 37, + "forks_count": 38, "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 1, + "open_issues_count": 2, "license": { "key": "gpl-2.0", "name": "GNU General Public License v2.0", @@ -1430,9 +1579,9 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 37, - "open_issues": 1, - "watchers": 642, + "forks": 38, + "open_issues": 2, + "watchers": 683, "default_branch": "main", "permissions": { "admin": false, @@ -1442,8 +1591,8 @@ "pull": true }, "temp_clone_token": "", - "network_count": 37, - "subscribers_count": 14 + "network_count": 38, + "subscribers_count": 15 }, "authorUrl": "https://github.com/mrphrazer", "packageUrl": "https://api.github.com/repos/mrphrazer/reverser_ai/zipball/refs/tags/v1.1", @@ -1861,8 +2010,8 @@ "svn_url": "https://github.com/x64dbg/x64dbgbinja", "homepage": null, "size": 17, - "stargazers_count": 65, - "watchers_count": 65, + "stargazers_count": 67, + "watchers_count": 67, "language": "Python", "has_issues": true, "has_projects": true, @@ -1889,7 +2038,7 @@ "visibility": "public", "forks": 18, "open_issues": 0, - "watchers": 65, + "watchers": 67, "default_branch": "master", "permissions": { "admin": false, @@ -3793,15 +3942,15 @@ "deployments_url": "https://api.github.com/repos/xusheng6/binja-GoReSym/deployments", "created_at": "2023-07-04T09:28:05Z", "updated_at": "2024-03-07T05:25:03", - "pushed_at": "2024-03-07T05:25:03Z", + "pushed_at": "2024-07-03T18:21:36Z", "git_url": "git://github.com/xusheng6/binja-GoReSym.git", "ssh_url": "git@github.com:xusheng6/binja-GoReSym.git", "clone_url": "https://github.com/xusheng6/binja-GoReSym.git", "svn_url": "https://github.com/xusheng6/binja-GoReSym", "homepage": null, "size": 8, - "stargazers_count": 1, - "watchers_count": 1, + "stargazers_count": 2, + "watchers_count": 2, "language": "Python", "has_issues": true, "has_projects": true, @@ -3809,11 +3958,11 @@ "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 2, + "forks_count": 3, "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 0, + "open_issues_count": 1, "license": { "key": "mit", "name": "MIT License", @@ -3826,9 +3975,9 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 2, - "open_issues": 0, - "watchers": 1, + "forks": 3, + "open_issues": 1, + "watchers": 2, "default_branch": "main", "permissions": { "admin": false, @@ -3838,7 +3987,7 @@ "pull": true }, "temp_clone_token": "", - "network_count": 2, + "network_count": 3, "subscribers_count": 1 }, "authorUrl": "https://github.com/xusheng6", @@ -4422,8 +4571,8 @@ "svn_url": "https://github.com/Njord0/BNPyc", "homepage": "", "size": 181, - "stargazers_count": 27, - "watchers_count": 27, + "stargazers_count": 28, + "watchers_count": 28, "language": "Python", "has_issues": true, "has_projects": true, @@ -4450,7 +4599,7 @@ "visibility": "public", "forks": 2, "open_issues": 0, - "watchers": 27, + "watchers": 28, "default_branch": "main", "permissions": { "admin": false, @@ -4668,7 +4817,7 @@ "version": "4.1.10", "author": "BinSync Team", "minimumbinaryninjaversion": 1200, - "lastUpdated": 1718303900, + "lastUpdated": 1720056844, "projectUrl": "https://github.com/binsync/binsync", "projectData": { "id": 196040127, @@ -4737,16 +4886,16 @@ "releases_url": "https://api.github.com/repos/binsync/binsync/releases{/id}", "deployments_url": "https://api.github.com/repos/binsync/binsync/deployments", "created_at": "2019-07-09T15:53:32Z", - "updated_at": "2024-06-13T18:38:20", - "pushed_at": "2024-06-20T18:29:49Z", + "updated_at": "2024-07-04T01:34:04", + "pushed_at": "2024-07-04T01:33:59Z", "git_url": "git://github.com/binsync/binsync.git", "ssh_url": "git@github.com:binsync/binsync.git", "clone_url": "https://github.com/binsync/binsync.git", "svn_url": "https://github.com/binsync/binsync", "homepage": "https://binsync.net", - "size": 8047, - "stargazers_count": 530, - "watchers_count": 530, + "size": 8021, + "stargazers_count": 535, + "watchers_count": 535, "language": "Python", "has_issues": true, "has_projects": true, @@ -4758,7 +4907,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 47, + "open_issues_count": 48, "license": { "key": "bsd-2-clause", "name": "BSD 2-Clause \"Simplified\" License", @@ -4780,8 +4929,8 @@ ], "visibility": "public", "forks": 39, - "open_issues": 47, - "watchers": 530, + "open_issues": 48, + "watchers": 535, "default_branch": "main", "permissions": { "admin": false, @@ -4813,14 +4962,14 @@ "site_admin": false }, "network_count": 39, - "subscribers_count": 18 + "subscribers_count": 17 }, "authorUrl": "https://github.com/binsync", - "packageUrl": "https://api.github.com/repos/binsync/binsync/zipball/refs/tags/v4.2.1", - "packageShortUrl": "https://v35.us/m11odm3", + "packageUrl": "https://api.github.com/repos/binsync/binsync/zipball/refs/tags/v4.3.0", + "packageShortUrl": "https://v35.us/4ku9otc", "dependencies": "binsync>=4.0.2", "path": "binsync_binsync", - "commit": "3c46560ba093de65c8583399c9defe8386d8c048", + "commit": "2746950a102942bacb45870673584a572a897991", "minimumBinaryNinjaVersion": 0, "subdir": "binsync/stub_files" }, @@ -4930,8 +5079,8 @@ "svn_url": "https://github.com/lockbox/pd-ninja", "homepage": null, "size": 30, - "stargazers_count": 3, - "watchers_count": 3, + "stargazers_count": 4, + "watchers_count": 4, "language": "Python", "has_issues": true, "has_projects": true, @@ -4958,7 +5107,7 @@ "visibility": "public", "forks": 0, "open_issues": 1, - "watchers": 3, + "watchers": 4, "default_branch": "main", "permissions": { "admin": false, @@ -5259,8 +5408,8 @@ "svn_url": "https://github.com/mahaloz/decomp2dbg", "homepage": "", "size": 4117, - "stargazers_count": 581, - "watchers_count": 581, + "stargazers_count": 583, + "watchers_count": 583, "language": "Python", "has_issues": true, "has_projects": true, @@ -5287,7 +5436,7 @@ "visibility": "public", "forks": 37, "open_issues": 17, - "watchers": 581, + "watchers": 583, "default_branch": "main", "permissions": { "admin": false, @@ -5940,8 +6089,8 @@ "svn_url": "https://github.com/dipusone/golang_pclntab_parser", "homepage": null, "size": 69, - "stargazers_count": 5, - "watchers_count": 5, + "stargazers_count": 6, + "watchers_count": 6, "language": "Python", "has_issues": true, "has_projects": true, @@ -5968,7 +6117,7 @@ "visibility": "public", "forks": 2, "open_issues": 0, - "watchers": 5, + "watchers": 6, "default_branch": "master", "permissions": { "admin": false, @@ -6846,8 +6995,8 @@ "svn_url": "https://github.com/crytic/ethersplay", "homepage": null, "size": 2078, - "stargazers_count": 826, - "watchers_count": 826, + "stargazers_count": 829, + "watchers_count": 829, "language": "Python", "has_issues": true, "has_projects": true, @@ -6855,7 +7004,7 @@ "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 118, + "forks_count": 119, "mirror_url": null, "archived": false, "disabled": false, @@ -6877,9 +7026,9 @@ "evm" ], "visibility": "public", - "forks": 118, + "forks": 119, "open_issues": 9, - "watchers": 826, + "watchers": 829, "default_branch": "master", "permissions": { "admin": false, @@ -6910,7 +7059,7 @@ "type": "Organization", "site_admin": false }, - "network_count": 118, + "network_count": 119, "subscribers_count": 40 }, "authorUrl": "https://github.com/crytic", @@ -7764,8 +7913,8 @@ "svn_url": "https://github.com/ex0dus-0x/fuzzable", "homepage": "", "size": 1511, - "stargazers_count": 504, - "watchers_count": 504, + "stargazers_count": 502, + "watchers_count": 502, "language": "Python", "has_issues": true, "has_projects": true, @@ -7777,7 +7926,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 18, + "open_issues_count": 19, "license": { "key": "mit", "name": "MIT License", @@ -7798,8 +7947,8 @@ ], "visibility": "public", "forks": 53, - "open_issues": 18, - "watchers": 504, + "open_issues": 19, + "watchers": 502, "default_branch": "main", "permissions": { "admin": false, @@ -7927,8 +8076,8 @@ "svn_url": "https://github.com/hyuunnn/Hyara", "homepage": "", "size": 8635, - "stargazers_count": 215, - "watchers_count": 215, + "stargazers_count": 218, + "watchers_count": 218, "language": "Python", "has_issues": true, "has_projects": true, @@ -7971,7 +8120,7 @@ "visibility": "public", "forks": 45, "open_issues": 9, - "watchers": 215, + "watchers": 218, "default_branch": "master", "permissions": { "admin": false, @@ -8399,8 +8548,8 @@ "svn_url": "https://github.com/0bs3n/arch-blackfin", "homepage": "", "size": 203, - "stargazers_count": 5, - "watchers_count": 5, + "stargazers_count": 6, + "watchers_count": 6, "language": "C++", "has_issues": true, "has_projects": true, @@ -8427,7 +8576,7 @@ "visibility": "public", "forks": 1, "open_issues": 0, - "watchers": 5, + "watchers": 6, "default_branch": "master", "permissions": { "admin": false, @@ -9410,8 +9559,8 @@ "dependencies": "git+https://github.com/fkie-cad/dewolf-logic.git#egg=delogic\ngit+https://github.com/fkie-cad/dewolf-idioms.git\nblack\nisort\nnetworkx != 2.8.4\npydot\npygments\npytest !=5.3.4\npytest-xdist\nz3-solver == 4.8.10\n", "author": "fkie-cad", "minimumbinaryninjaversion": 4271, - "version": "2024-04-01", - "lastUpdated": 1711933550, + "version": "2024-07-01", + "lastUpdated": 1719796495, "projectUrl": "https://github.com/fkie-cad/dewolf", "projectData": { "id": 433743529, @@ -9480,16 +9629,16 @@ "releases_url": "https://api.github.com/repos/fkie-cad/dewolf/releases{/id}", "deployments_url": "https://api.github.com/repos/fkie-cad/dewolf/deployments", "created_at": "2021-12-01T08:29:24Z", - "updated_at": "2024-04-01T01:05:50", - "pushed_at": "2024-06-24T13:42:40Z", + "updated_at": "2024-07-01T01:14:55", + "pushed_at": "2024-07-05T09:47:51Z", "git_url": "git://github.com/fkie-cad/dewolf.git", "ssh_url": "git@github.com:fkie-cad/dewolf.git", "clone_url": "https://github.com/fkie-cad/dewolf.git", "svn_url": "https://github.com/fkie-cad/dewolf", "homepage": "", - "size": 4173, - "stargazers_count": 161, - "watchers_count": 161, + "size": 4186, + "stargazers_count": 162, + "watchers_count": 162, "language": "Python", "has_issues": true, "has_projects": true, @@ -9501,7 +9650,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 59, + "open_issues_count": 54, "license": { "key": "lgpl-2.1", "name": "GNU Lesser General Public License v2.1", @@ -9523,8 +9672,8 @@ ], "visibility": "public", "forks": 9, - "open_issues": 59, - "watchers": 161, + "open_issues": 54, + "watchers": 162, "default_branch": "main", "permissions": { "admin": false, @@ -9559,10 +9708,10 @@ "subscribers_count": 5 }, "authorUrl": "https://github.com/fkie-cad", - "packageUrl": "https://api.github.com/repos/fkie-cad/dewolf/zipball/refs/tags/v2024-04-01", - "packageShortUrl": "https://v35.us/lspcqac", + "packageUrl": "https://api.github.com/repos/fkie-cad/dewolf/zipball/refs/tags/v2024-07-01", + "packageShortUrl": "https://v35.us/e5idr0c", "path": "fkiecad_dewolf", - "commit": "4c619dfd6dea0847ad5e32e7363162e2fd2ca5e5", + "commit": "52e49c69379acb42bfddf0979bfcc43b243e6efd", "minimumBinaryNinjaVersion": 0 }, { @@ -9982,8 +10131,8 @@ "svn_url": "https://github.com/bootleg/ret-sync", "homepage": "", "size": 2792, - "stargazers_count": 1931, - "watchers_count": 1931, + "stargazers_count": 1937, + "watchers_count": 1937, "language": "C", "has_issues": true, "has_projects": true, @@ -9995,7 +10144,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 29, + "open_issues_count": 31, "license": { "key": "gpl-3.0", "name": "GNU General Public License v3.0", @@ -10018,8 +10167,8 @@ ], "visibility": "public", "forks": 255, - "open_issues": 29, - "watchers": 1931, + "open_issues": 31, + "watchers": 1937, "default_branch": "master", "permissions": { "admin": false, @@ -10764,7 +10913,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 4, + "forks_count": 5, "mirror_url": null, "archived": false, "disabled": false, @@ -10787,7 +10936,7 @@ "xtensa" ], "visibility": "public", - "forks": 4, + "forks": 5, "open_issues": 2, "watchers": 13, "default_branch": "master", @@ -10799,7 +10948,7 @@ "pull": true }, "temp_clone_token": "", - "network_count": 4, + "network_count": 5, "subscribers_count": 2 }, "authorUrl": "https://github.com/zackorndorff", @@ -10910,8 +11059,8 @@ "svn_url": "https://github.com/gaasedelen/lighthouse", "homepage": "", "size": 11246, - "stargazers_count": 2185, - "watchers_count": 2185, + "stargazers_count": 2190, + "watchers_count": 2190, "language": "Python", "has_issues": true, "has_projects": false, @@ -10946,7 +11095,7 @@ "visibility": "public", "forks": 300, "open_issues": 19, - "watchers": 2185, + "watchers": 2190, "default_branch": "master", "permissions": { "admin": false, @@ -12464,8 +12613,8 @@ "svn_url": "https://github.com/mrphrazer/obfuscation_detection", "homepage": "", "size": 16582, - "stargazers_count": 518, - "watchers_count": 518, + "stargazers_count": 519, + "watchers_count": 519, "language": "Python", "has_issues": true, "has_projects": true, @@ -12492,7 +12641,7 @@ "visibility": "public", "forks": 62, "open_issues": 0, - "watchers": 518, + "watchers": 519, "default_branch": "main", "permissions": { "admin": false, @@ -13171,7 +13320,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 0, + "open_issues_count": 1, "license": { "key": "mit", "name": "MIT License", @@ -13185,7 +13334,7 @@ "topics": [], "visibility": "public", "forks": 0, - "open_issues": 0, + "open_issues": 1, "watchers": 1, "default_branch": "master", "permissions": { @@ -14333,8 +14482,8 @@ "svn_url": "https://github.com/Martyx00/ghinja", "homepage": "", "size": 621, - "stargazers_count": 95, - "watchers_count": 95, + "stargazers_count": 96, + "watchers_count": 96, "language": "Python", "has_issues": true, "has_projects": true, @@ -14361,7 +14510,7 @@ "visibility": "public", "forks": 6, "open_issues": 2, - "watchers": 95, + "watchers": 96, "default_branch": "master", "permissions": { "admin": false, @@ -16561,8 +16710,8 @@ "svn_url": "https://github.com/zznop/bnida", "homepage": "", "size": 2607, - "stargazers_count": 115, - "watchers_count": 115, + "stargazers_count": 116, + "watchers_count": 116, "language": "Python", "has_issues": true, "has_projects": true, @@ -16589,7 +16738,7 @@ "visibility": "public", "forks": 14, "open_issues": 2, - "watchers": 115, + "watchers": 116, "default_branch": "master", "permissions": { "admin": false, @@ -17938,8 +18087,8 @@ "svn_url": "https://github.com/chame1eon/binaryninja-frida", "homepage": null, "size": 45, - "stargazers_count": 54, - "watchers_count": 54, + "stargazers_count": 55, + "watchers_count": 55, "language": "Python", "has_issues": true, "has_projects": true, @@ -17966,7 +18115,7 @@ "visibility": "public", "forks": 11, "open_issues": 0, - "watchers": 54, + "watchers": 55, "default_branch": "master", "permissions": { "admin": false, @@ -21573,8 +21722,8 @@ "svn_url": "https://github.com/ivision-research/binjawa", "homepage": null, "size": 943, - "stargazers_count": 10, - "watchers_count": 10, + "stargazers_count": 11, + "watchers_count": 11, "language": "Python", "has_issues": true, "has_projects": true, @@ -21604,7 +21753,7 @@ "visibility": "public", "forks": 2, "open_issues": 1, - "watchers": 10, + "watchers": 11, "default_branch": "master", "permissions": { "admin": false, @@ -22079,8 +22228,8 @@ "svn_url": "https://github.com/borzacchiello/seninja", "homepage": "", "size": 2579, - "stargazers_count": 241, - "watchers_count": 241, + "stargazers_count": 242, + "watchers_count": 242, "language": "Python", "has_issues": true, "has_projects": true, @@ -22112,7 +22261,7 @@ "visibility": "public", "forks": 22, "open_issues": 4, - "watchers": 241, + "watchers": 242, "default_branch": "master", "permissions": { "admin": false, @@ -22884,13 +23033,13 @@ "deployments_url": "https://api.github.com/repos/sum-catnip/logrn/deployments", "created_at": "2020-09-30T19:41:28Z", "updated_at": "2021-03-09T09:56:33", - "pushed_at": "2024-05-07T01:55:24Z", + "pushed_at": "2024-06-27T08:34:27Z", "git_url": "git://github.com/sum-catnip/logrn.git", "ssh_url": "git@github.com:sum-catnip/logrn.git", "clone_url": "https://github.com/sum-catnip/logrn.git", "svn_url": "https://github.com/sum-catnip/logrn", "homepage": "", - "size": 11, + "size": 14, "stargazers_count": 1, "watchers_count": 1, "language": "Python", @@ -22904,7 +23053,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 1, + "open_issues_count": 0, "license": { "key": "mit", "name": "MIT License", @@ -22923,7 +23072,7 @@ ], "visibility": "public", "forks": 3, - "open_issues": 1, + "open_issues": 0, "watchers": 1, "default_branch": "master", "permissions": {