GET /api/windows_library/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 19,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Kernel32.dll",
            "description": ""
        },
        {
            "id": 2,
            "name": "NTDLL.DLL",
            "description": ""
        },
        {
            "id": 3,
            "name": "Advapi32.lib",
            "description": "Advapi32.lib is a dynamic-link library (DLL) in Windows operating system. It provides a set of APIs (Application Programming Interfaces) that allow applications to perform various security-related operations, such as:\r\n\r\n* Managing user accounts and access control\r\n* Reading and writing to the Windows registry\r\n* Encrypting and decrypting data\r\n* Logging security events in the Windows event log\r\n* Performing operations with digital certificates and signatures.\r\n\r\nIn other words, Advapi32.lib provides a high-level interface for managing security and access control in Windows, making it easier for developers to build secure applications."
        },
        {
            "id": 4,
            "name": "Rpcrt4.dll",
            "description": "Rpcrt4.dll is a dynamic-link library (DLL) in the Windows operating system that provides the Remote Procedure Call (RPC) runtime system.\r\n\r\nRPC is a communication protocol that allows a computer program to make a request to another program located on a different computer, with the response being returned to the original caller. The Rpcrt4.dll library provides the core functionality for implementing RPC in Windows, including the management of communication between the client and server, serialization and deserialization of data, and security functions.\r\n\r\nRpcrt4.dll is used by applications to make remote procedure calls over a network and is essential for implementing distributed systems in Windows."
        },
        {
            "id": 5,
            "name": "winmm.dll",
            "description": ""
        },
        {
            "id": 6,
            "name": "oleacc.dll",
            "description": ""
        },
        {
            "id": 7,
            "name": "winspool.drv",
            "description": ""
        },
        {
            "id": 8,
            "name": "comdlg32.dll",
            "description": ""
        },
        {
            "id": 9,
            "name": "comctl32.dll",
            "description": ""
        },
        {
            "id": 10,
            "name": "shell32.dll",
            "description": ""
        },
        {
            "id": 11,
            "name": "user32.dll",
            "description": ""
        },
        {
            "id": 12,
            "name": "version.dll",
            "description": ""
        },
        {
            "id": 13,
            "name": "oleaut32.dll",
            "description": ""
        },
        {
            "id": 14,
            "name": "advapi32.dll",
            "description": ""
        },
        {
            "id": 15,
            "name": "msvcrt.dll",
            "description": ""
        },
        {
            "id": 16,
            "name": "IMAGEHLP.DLL",
            "description": ""
        },
        {
            "id": 27,
            "name": "ole32.dll",
            "description": ""
        },
        {
            "id": 28,
            "name": "gdi32.dll",
            "description": ""
        },
        {
            "id": 29,
            "name": "Wininet.dll",
            "description": ""
        }
    ]
}