https://github.com/m417z/winbindex
An index of Windows binaries, including download links for executables such as exe, dll and sys files
https://github.com/m417z/winbindex
Last synced: 7 months ago
JSON representation
An index of Windows binaries, including download links for executables such as exe, dll and sys files
- Host: GitHub
- URL: https://github.com/m417z/winbindex
- Owner: m417z
- License: gpl-3.0
- Created: 2020-07-12T09:47:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T11:08:26.000Z (7 months ago)
- Last Synced: 2025-05-10T12:21:44.028Z (7 months ago)
- Language: Python
- Homepage: https://winbindex.m417z.com
- Size: 3.88 GB
- Stars: 652
- Watchers: 20
- Forks: 67
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-executable-packing - Winbindex - An index of Windows binaries, including download links for executables such as EXE, DLL and SYS files. (:wrench: Tools / Before 2000)
README
# Winbindex
An index of Windows binaries, including download links for executables such as
exe, dll and sys files.
All linked binary files are hosted on the Microsoft public symbol server
(msdl.microsoft.com), Winbindex merely indexes metadata that enables to generate
those links.
The website, along with the whole database, is hosted on GitHub in this
repository, and is served with GitHub Pages. The database is updated on a
regular basis by Python scripts that are also located in this repository in the
[data](https://github.com/m417z/winbindex/tree/gh-pages/data) folder. The
database can be found in the `gh-pages` branch.
For technical details and the background story please refer to the blog post:
[Introducing Winbindex - the Windows Binaries
Index](https://m417z.com/Introducing-Winbindex-the-Windows-Binaries-Index/)
