{"id":25842776,"url":"https://github.com/nir3x/rwx-dll-scanner","last_synced_at":"2025-07-25T03:17:09.286Z","repository":{"id":217975896,"uuid":"745264230","full_name":"NIR3X/RWX-DLL-Scanner","owner":"NIR3X","description":"RWX DLL Scanner - Find signed RWX dlls","archived":false,"fork":false,"pushed_at":"2024-02-16T04:04:08.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-16T05:23:05.365Z","etag":null,"topics":["32-bit","64-bit","c-plus-plus","command-line-tool","cpp","digital-signature","digitally-signed-sections","dll-scanner","rwx-dll-scanner","security","windows-development"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NIR3X.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":"2024-01-19T00:44:31.000Z","updated_at":"2024-02-16T05:23:05.592Z","dependencies_parsed_at":"2024-01-19T02:24:36.538Z","dependency_job_id":"339ddb56-4d65-4a0c-8310-3f10194c5c5d","html_url":"https://github.com/NIR3X/RWX-DLL-Scanner","commit_stats":null,"previous_names":["nir3x/rwx-dll-scanner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FRWX-DLL-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FRWX-DLL-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FRWX-DLL-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FRWX-DLL-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NIR3X","download_url":"https://codeload.github.com/NIR3X/RWX-DLL-Scanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329448,"owners_count":19944982,"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":["32-bit","64-bit","c-plus-plus","command-line-tool","cpp","digital-signature","digitally-signed-sections","dll-scanner","rwx-dll-scanner","security","windows-development"],"created_at":"2025-03-01T06:31:56.768Z","updated_at":"2025-03-01T06:31:57.342Z","avatar_url":"https://github.com/NIR3X.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RWX DLL Scanner - Find signed RWX dlls\n\n## Overview\n\nRWX DLL Scanner is a utility written in C++ that scans a list of DLL files to identify signed sections with read, write, and execute permissions (RWX). The utility checks for the presence of a security directory in the optional header to detect digitally signed sections.\n\n## Features\n\n- Scans DLL files for RWX sections.\n- Detects digitally signed sections using the security directory.\n- Provides information about the identified sections.\n- Distinguishes between 32-bit and 64-bit DLLs.\n\n## Usage\n\n1. Create a text file named `dlls.txt` containing the list of DLL filenames to be scanned.\n2. Run the executable, and it will process each DLL file in the list.\n\n```bash\nRWXDLLScanner.exe\n```\n\n## Finding DLL Files\n\nTo generate the dlls.txt file, you can use the [DLL Finder](https://github.com/NIR3X/DLL-Finder) utility, which scans all available drives and extracts the list of DLL files.\n\n```bash\nDllFinder.exe\n```\n\n## Building\n\nMake sure you have a C++ compiler and the necessary dependencies installed. Use the following commands to build the executable:\n\n```bash\ng++ -std=c++2a -Wall -O2 -march=x86-64 -fno-rtti RWXDLLScanner.cpp -o RWXDLLScanner.exe -s -static\n```\n\n## Example\n\nConsider the following example output:\n\n```bash\nsection0: \".text\"\n32-bit dll: \"example.dll\"\n```\n\nIn this example, the utility found a RWX section named \".text\" in the \"example.dll\" file.\n\n## Notes:\n\n* The utility skips files that cannot be opened or have invalid DOS or NT headers.\n* Minimum section size for consideration is set to 0x64000.\n\n## License\n\n[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html)\n\nThis program is Free Software: You can use, study share and improve it at your\nwill. Specifically you can redistribute and/or modify it under the terms of the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) as\npublished by the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Frwx-dll-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnir3x%2Frwx-dll-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Frwx-dll-scanner/lists"}