An open API service indexing awesome lists of open source software.

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.

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.

![](https://raw.githubusercontent.com/DosX-dev/DefCollection/main/preview.png)