https://github.com/dosx-dev/defcollection
This repository houses an extensive collection of .def files, which are header files containing enumerations of entry points for various native libraries. These entry points serve as essential references for developers seeking to interact with these libraries from their codebases.
https://github.com/dosx-dev/defcollection
c cpp database def dll low-level native ntdll sdk windows
Last synced: 17 days ago
JSON representation
This repository houses an extensive collection of .def files, which are header files containing enumerations of entry points for various native libraries. These entry points serve as essential references for developers seeking to interact with these libraries from their codebases.
- Host: GitHub
- URL: https://github.com/dosx-dev/defcollection
- Owner: DosX-dev
- License: mit
- Created: 2023-08-02T17:27:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T17:43:37.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T04:58:30.319Z (17 days ago)
- Topics: c, cpp, database, def, dll, low-level, native, ntdll, sdk, windows
- Homepage:
- Size: 904 KB
- Stars: 83
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DefCollection
This repository houses an extensive collection of .def files, which are header files containing enumerations of entry points for various native libraries. Each .def file corresponds to a specific .dll (Dynamic Link Library), and they are organized into directories in alphabetical order.