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

{
    "id": 180,
    "key": "thwarting-stack-frame-analysis",
    "unprotect_id": "U0219",
    "name": "Thwarting Stack-Frame Analysis",
    "description": "Thwarting Stack-Frame Analysis is a technique used by malware to make it more difficult for security analysts to reverse engineer and analyze the code. A stack frame is a collection of data associated with a function, including local variables, arguments passed to the function, and the return address. Disassemblers can use information from the stack frame to understand a function's behavior.\r\n\r\nHowever, malware authors can use various techniques to defeat this analysis and make it harder to understand the code. For example, they may use complex control flow structures, such as nested loops and conditionals, to make it difficult for the disassembler to track the flow of execution. \r\n\r\nThey may also use techniques like code obfuscation and API hashing to hide the names of functions and make it harder to identify potentially malicious behavior. By using these techniques, malware authors can make it more difficult for security analysts to analyze and understand their code, and thwart stack-frame analysis.",
    "resources": "https://1malware1.medium.com/anti-disassembly-techniques-e012338f2ae0",
    "creation_date": "2022-06-13T23:57:13.593000Z",
    "tags": "Stack frame,\r\nDisassembly,\r\nControl flow,",
    "modification_date": "2023-10-04T10:42:59.213000Z",
    "category": [
        5
    ],
    "rules": [],
    "attachments": [],
    "featured_api": [
        364,
        376,
        425
    ],
    "contributors": []
}