From 36c7cdb9e55ac114b4e01b48c7044895d6506037 Mon Sep 17 00:00:00 2001 From: psifertex Date: Fri, 15 Sep 2023 12:11:58 +0000 Subject: [PATCH] Commit from GitHub Actions (Update Plugin Repository) --- README.md | 1 + plugins.json | 360 ++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 317 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 83f0573..f2ec42a 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ |[SEPROM Loader](https://github.com/matteyeux/seprom-loader)|[matteyeux](https://github.com/matteyeux)|2023-07-17|MIT|binaryview|Binary View for loading 32 bits and 64 bits Apple SEPROM| |[Sourcery Pane](https://github.com/mechanicalnull/sourcery_pane)|[mechanicalnull](https://github.com/mechanicalnull)|2019-07-15|MIT|helper, ui|Synchronized source code pane for debug binaries| |[SVD Memory Map Parser](https://github.com/ehntoo/binaryninja-svd)|[Mitchell Johnson (@ehntoo)](https://github.com/ehntoo)|2021-12-30|MIT or Apache 2.0|helper|A parser for the CMSIS System View Description format| +|[Swift Demangler](https://github.com/saagarjha/binja-swift-demangler)|[Saagar Jha](https://github.com/saagarjha)|2023-09-15|MIT|architecture, binaryview, core, helper, ui|Demangles Swift functions.| |[Switch Loader](https://github.com/EliseZeroTwo/Switch-Binja-Loader)|[EliseZeroTwo](https://github.com/EliseZeroTwo)|2020-07-22|ISC|binaryview, helper|Loader for common Nintendo Switch binaries| |[Symgrate2 Plugin](https://github.com/travisgoodspeed/symgrate2-binja-plugin)|[Travis Goodspeed](https://github.com/travisgoodspeed)|2021-09-11|MIT|helper|This is a client plugin for recovering symbols using the Symgrate2 server.| |[Syscaller](https://github.com/carstein/Syscaller)|[Michal Melewski](https://github.com/carstein)|2019-07-15|MIT|helper|Decorate encountered syscalls with details like name and arguments| diff --git a/plugins.json b/plugins.json index ce31d00..5bce008 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,276 @@ [ + { + "pluginmetadataversion": 2, + "name": "Swift Demangler", + "type": [ + "core", + "ui", + "architecture", + "binaryview", + "helper" + ], + "api": [ + "python3" + ], + "description": "Demangles Swift functions.", + "longdescription": "# Sample Plugin\nAuthor: **Saagar Jha**\n\nIt demangles Swift, not really much to it\n\n## Description:\nLiterally just shells out to swift-demangle for any symbol that looks like a mangled Swift symbol\n\n## License\n\nThis plugin is released under an [MIT license](./license).\n", + "license": { + "name": "MIT", + "text": "Copyright (c) 2023 Saagar Jha\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." + }, + "platforms": [ + "Darwin", + "Linux" + ], + "installinstructions": { + "Darwin": "Install the Command Line Tools or Xcode.", + "Linux": "Install the Swift toolchain and make it available on PATH." + }, + "version": "1.0", + "author": "Saagar Jha", + "minimumbinaryninjaversion": 3164, + "lastUpdated": 1694767168, + "projectUrl": "https://github.com/saagarjha/binja-swift-demangler", + "projectData": { + "id": 529732219, + "node_id": "R_kgDOH5MSew", + "name": "binja-swift-demangler", + "full_name": "saagarjha/binja-swift-demangler", + "private": false, + "owner": { + "login": "saagarjha", + "id": 13786931, + "node_id": "MDQ6VXNlcjEzNzg2OTMx", + "avatar_url": "https://avatars.githubusercontent.com/u/13786931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/saagarjha", + "html_url": "https://github.com/saagarjha", + "followers_url": "https://api.github.com/users/saagarjha/followers", + "following_url": "https://api.github.com/users/saagarjha/following{/other_user}", + "gists_url": "https://api.github.com/users/saagarjha/gists{/gist_id}", + "starred_url": "https://api.github.com/users/saagarjha/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/saagarjha/subscriptions", + "organizations_url": "https://api.github.com/users/saagarjha/orgs", + "repos_url": "https://api.github.com/users/saagarjha/repos", + "events_url": "https://api.github.com/users/saagarjha/events{/privacy}", + "received_events_url": "https://api.github.com/users/saagarjha/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/saagarjha/binja-swift-demangler", + "description": "Binary Ninja plugin to demangle Swift function names", + "fork": false, + "url": "https://api.github.com/repos/saagarjha/binja-swift-demangler", + "forks_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/forks", + "keys_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/teams", + "hooks_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/hooks", + "issue_events_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/issues/events{/number}", + "events_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/events", + "assignees_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/assignees{/user}", + "branches_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/branches{/branch}", + "tags_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/tags", + "blobs_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/languages", + "stargazers_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/stargazers", + "contributors_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/contributors", + "subscribers_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/subscribers", + "subscription_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/subscription", + "commits_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/contents/{+path}", + "compare_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/merges", + "archive_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/downloads", + "issues_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/issues{/number}", + "pulls_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/labels{/name}", + "releases_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/releases{/id}", + "deployments_url": "https://api.github.com/repos/saagarjha/binja-swift-demangler/deployments", + "created_at": "2022-08-28T01:11:49Z", + "updated_at": "2023-09-15T08:39:28", + "pushed_at": "2023-09-15T08:39:28Z", + "git_url": "git://github.com/saagarjha/binja-swift-demangler.git", + "ssh_url": "git@github.com:saagarjha/binja-swift-demangler.git", + "clone_url": "https://github.com/saagarjha/binja-swift-demangler.git", + "svn_url": "https://github.com/saagarjha/binja-swift-demangler", + "homepage": null, + "size": 3, + "stargazers_count": 7, + "watchers_count": 7, + "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": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "allow_forking": true, + "is_template": false, + "web_commit_signoff_required": false, + "topics": [], + "visibility": "public", + "forks": 0, + "open_issues": 0, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "maintain": false, + "push": false, + "triage": false, + "pull": true + }, + "temp_clone_token": "", + "template_repository": { + "id": 87951201, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk1MTIwMQ==", + "name": "sample_plugin", + "full_name": "Vector35/sample_plugin", + "private": false, + "owner": { + "login": "Vector35", + "id": 10394906, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMzk0OTA2", + "avatar_url": "https://avatars.githubusercontent.com/u/10394906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Vector35", + "html_url": "https://github.com/Vector35", + "followers_url": "https://api.github.com/users/Vector35/followers", + "following_url": "https://api.github.com/users/Vector35/following{/other_user}", + "gists_url": "https://api.github.com/users/Vector35/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Vector35/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Vector35/subscriptions", + "organizations_url": "https://api.github.com/users/Vector35/orgs", + "repos_url": "https://api.github.com/users/Vector35/repos", + "events_url": "https://api.github.com/users/Vector35/events{/privacy}", + "received_events_url": "https://api.github.com/users/Vector35/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/Vector35/sample_plugin", + "description": "Sample Binary Ninja Plugin", + "fork": false, + "url": "https://api.github.com/repos/Vector35/sample_plugin", + "forks_url": "https://api.github.com/repos/Vector35/sample_plugin/forks", + "keys_url": "https://api.github.com/repos/Vector35/sample_plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Vector35/sample_plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Vector35/sample_plugin/teams", + "hooks_url": "https://api.github.com/repos/Vector35/sample_plugin/hooks", + "issue_events_url": "https://api.github.com/repos/Vector35/sample_plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/Vector35/sample_plugin/events", + "assignees_url": "https://api.github.com/repos/Vector35/sample_plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/Vector35/sample_plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/Vector35/sample_plugin/tags", + "blobs_url": "https://api.github.com/repos/Vector35/sample_plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Vector35/sample_plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Vector35/sample_plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Vector35/sample_plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Vector35/sample_plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Vector35/sample_plugin/languages", + "stargazers_url": "https://api.github.com/repos/Vector35/sample_plugin/stargazers", + "contributors_url": "https://api.github.com/repos/Vector35/sample_plugin/contributors", + "subscribers_url": "https://api.github.com/repos/Vector35/sample_plugin/subscribers", + "subscription_url": "https://api.github.com/repos/Vector35/sample_plugin/subscription", + "commits_url": "https://api.github.com/repos/Vector35/sample_plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Vector35/sample_plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Vector35/sample_plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Vector35/sample_plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Vector35/sample_plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/Vector35/sample_plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Vector35/sample_plugin/merges", + "archive_url": "https://api.github.com/repos/Vector35/sample_plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Vector35/sample_plugin/downloads", + "issues_url": "https://api.github.com/repos/Vector35/sample_plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/Vector35/sample_plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Vector35/sample_plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Vector35/sample_plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Vector35/sample_plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/Vector35/sample_plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/Vector35/sample_plugin/deployments", + "created_at": "2017-04-11T15:35:58Z", + "updated_at": "2023-09-08T17:23:31Z", + "pushed_at": "2023-06-11T09:42:49Z", + "git_url": "git://github.com/Vector35/sample_plugin.git", + "ssh_url": "git@github.com:Vector35/sample_plugin.git", + "clone_url": "https://github.com/Vector35/sample_plugin.git", + "svn_url": "https://github.com/Vector35/sample_plugin", + "homepage": "", + "size": 33, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "has_discussions": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "allow_forking": true, + "is_template": true, + "web_commit_signoff_required": false, + "topics": [ + "plugin" + ], + "visibility": "public", + "forks": 11, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": true, + "maintain": true, + "push": true, + "triage": true, + "pull": true + }, + "temp_clone_token": "" + }, + "network_count": 0, + "subscribers_count": 3 + }, + "authorUrl": "https://github.com/saagarjha", + "packageUrl": "https://api.github.com/repos/saagarjha/binja-swift-demangler/zipball/refs/tags/v1.0", + "packageShortUrl": "https://v35.us/3795kbk", + "dependencies": "", + "path": "saagarjha_binjaswiftdemangler", + "commit": "4dd65a56e3d7afb90934948809b98a8d184e4a98", + "minimumBinaryNinjaVersion": 0 + }, { "pluginmetadataversion": 2, "name": "Add GoReSym Info", @@ -1042,15 +1314,15 @@ "deployments_url": "https://api.github.com/repos/binsync/binsync/deployments", "created_at": "2019-07-09T15:53:32Z", "updated_at": "2023-08-12T09:12:59", - "pushed_at": "2023-08-28T04:57:00Z", + "pushed_at": "2023-09-13T21:34:32Z", "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": 8029, - "stargazers_count": 427, - "watchers_count": 427, + "size": 8031, + "stargazers_count": 428, + "watchers_count": 428, "language": "Python", "has_issues": true, "has_projects": true, @@ -1062,7 +1334,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 45, + "open_issues_count": 47, "license": { "key": "bsd-2-clause", "name": "BSD 2-Clause \"Simplified\" License", @@ -1084,8 +1356,8 @@ ], "visibility": "public", "forks": 30, - "open_issues": 45, - "watchers": 427, + "open_issues": 47, + "watchers": 428, "default_branch": "main", "permissions": { "admin": false, @@ -2831,7 +3103,7 @@ "clone_url": "https://github.com/WhatTheFuzz/binaryninja-openai.git", "svn_url": "https://github.com/WhatTheFuzz/binaryninja-openai", "homepage": "", - "size": 351, + "size": 354, "stargazers_count": 52, "watchers_count": 52, "language": "Python", @@ -3148,8 +3420,8 @@ "svn_url": "https://github.com/crytic/ethersplay", "homepage": null, "size": 2078, - "stargazers_count": 774, - "watchers_count": 774, + "stargazers_count": 779, + "watchers_count": 779, "language": "Python", "has_issues": true, "has_projects": true, @@ -3157,7 +3429,7 @@ "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 117, + "forks_count": 118, "mirror_url": null, "archived": false, "disabled": false, @@ -3179,9 +3451,9 @@ "evm" ], "visibility": "public", - "forks": 117, + "forks": 118, "open_issues": 9, - "watchers": 774, + "watchers": 779, "default_branch": "master", "permissions": { "admin": false, @@ -3211,7 +3483,7 @@ "type": "Organization", "site_admin": false }, - "network_count": 117, + "network_count": 118, "subscribers_count": 41 }, "authorUrl": "https://github.com/crytic", @@ -4208,15 +4480,15 @@ "deployments_url": "https://api.github.com/repos/ex0dus-0x/fuzzable/deployments", "created_at": "2021-05-16T18:38:59Z", "updated_at": "2023-03-25T20:04:55", - "pushed_at": "2023-09-11T09:22:41Z", + "pushed_at": "2023-09-12T09:37:50Z", "git_url": "git://github.com/ex0dus-0x/fuzzable.git", "ssh_url": "git@github.com:ex0dus-0x/fuzzable.git", "clone_url": "https://github.com/ex0dus-0x/fuzzable.git", "svn_url": "https://github.com/ex0dus-0x/fuzzable", "homepage": "", - "size": 1530, - "stargazers_count": 459, - "watchers_count": 459, + "size": 1535, + "stargazers_count": 458, + "watchers_count": 458, "language": "Python", "has_issues": true, "has_projects": true, @@ -4228,7 +4500,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 14, + "open_issues_count": 16, "license": { "key": "mit", "name": "MIT License", @@ -4249,8 +4521,8 @@ ], "visibility": "public", "forks": 45, - "open_issues": 14, - "watchers": 459, + "open_issues": 16, + "watchers": 458, "default_branch": "main", "permissions": { "admin": false, @@ -5932,15 +6204,15 @@ "deployments_url": "https://api.github.com/repos/fkie-cad/dewolf/deployments", "created_at": "2021-12-01T08:29:24Z", "updated_at": "2023-05-04T11:31:15", - "pushed_at": "2023-09-07T10:06:42Z", + "pushed_at": "2023-09-14T12:43:55Z", "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": 3638, - "stargazers_count": 128, - "watchers_count": 128, + "size": 3644, + "stargazers_count": 129, + "watchers_count": 129, "language": "Python", "has_issues": true, "has_projects": true, @@ -5952,7 +6224,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 59, + "open_issues_count": 63, "license": { "key": "lgpl-2.1", "name": "GNU Lesser General Public License v2.1", @@ -5974,8 +6246,8 @@ ], "visibility": "public", "forks": 7, - "open_issues": 59, - "watchers": 128, + "open_issues": 63, + "watchers": 129, "default_branch": "main", "permissions": { "admin": false, @@ -6425,15 +6697,15 @@ "deployments_url": "https://api.github.com/repos/bootleg/ret-sync/deployments", "created_at": "2016-01-10T17:36:12Z", "updated_at": "2022-01-21T23:58:37", - "pushed_at": "2023-09-04T16:33:20Z", + "pushed_at": "2023-09-14T18:53:20Z", "git_url": "git://github.com/bootleg/ret-sync.git", "ssh_url": "git@github.com:bootleg/ret-sync.git", "clone_url": "https://github.com/bootleg/ret-sync.git", "svn_url": "https://github.com/bootleg/ret-sync", "homepage": "", "size": 2792, - "stargazers_count": 1724, - "watchers_count": 1724, + "stargazers_count": 1728, + "watchers_count": 1728, "language": "C", "has_issues": true, "has_projects": true, @@ -6469,7 +6741,7 @@ "visibility": "public", "forks": 236, "open_issues": 17, - "watchers": 1724, + "watchers": 1728, "default_branch": "master", "permissions": { "admin": false, @@ -7214,7 +7486,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 1, + "forks_count": 2, "mirror_url": null, "archived": false, "disabled": false, @@ -7237,7 +7509,7 @@ "xtensa" ], "visibility": "public", - "forks": 1, + "forks": 2, "open_issues": 2, "watchers": 11, "default_branch": "master", @@ -7249,7 +7521,7 @@ "pull": true }, "temp_clone_token": "", - "network_count": 1, + "network_count": 2, "subscribers_count": 1 }, "authorUrl": "https://github.com/zackorndorff", @@ -7360,8 +7632,8 @@ "svn_url": "https://github.com/gaasedelen/lighthouse", "homepage": "", "size": 11219, - "stargazers_count": 1980, - "watchers_count": 1980, + "stargazers_count": 1982, + "watchers_count": 1982, "language": "Python", "has_issues": true, "has_projects": false, @@ -7396,7 +7668,7 @@ "visibility": "public", "forks": 298, "open_issues": 29, - "watchers": 1980, + "watchers": 1982, "default_branch": "develop", "permissions": { "admin": false, @@ -8914,8 +9186,8 @@ "svn_url": "https://github.com/mrphrazer/obfuscation_detection", "homepage": "", "size": 16303, - "stargazers_count": 425, - "watchers_count": 425, + "stargazers_count": 426, + "watchers_count": 426, "language": "Python", "has_issues": true, "has_projects": true, @@ -8942,7 +9214,7 @@ "visibility": "public", "forks": 51, "open_issues": 1, - "watchers": 425, + "watchers": 426, "default_branch": "main", "permissions": { "admin": false, @@ -18795,8 +19067,8 @@ "svn_url": "https://github.com/Rami114/cryptoscan", "homepage": null, "size": 73, - "stargazers_count": 48, - "watchers_count": 48, + "stargazers_count": 49, + "watchers_count": 49, "language": "Python", "has_issues": true, "has_projects": true, @@ -18823,7 +19095,7 @@ "visibility": "public", "forks": 7, "open_issues": 2, - "watchers": 48, + "watchers": 49, "default_branch": "master", "permissions": { "admin": false,