GET /api/techniques/169/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 169,
    "key": "localsize0",
    "unprotect_id": "U0128",
    "name": "LocalSize(0)",
    "description": "The function `LocalSize` retrieves the current size of the specified local memory object, in bytes. By setting the `hMem` parameters with 0 will trigger an exception in a debugger that can be used as an anti-debugging mechanism.",
    "resources": "https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-localsize",
    "creation_date": "2021-04-29T08:15:47Z",
    "tags": "localsize",
    "modification_date": "2023-10-04T10:42:33.492000Z",
    "category": [
        3
    ],
    "rules": [
        39,
        81
    ],
    "attachments": [],
    "featured_api": [],
    "contributors": []
}