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

{
    "id": 128,
    "key": "register-reassignment",
    "unprotect_id": "U0203",
    "name": "Register Reassignment",
    "description": "Register reassignment is a technique used in code obfuscation and anti-disassembling to make reverse engineering and analysis more difficult. It involves modifying the instructions in a program to use different registers in different versions or instances of the program. This can make it more difficult for a reverse engineer or disassembler to understand the program's behavior, as the register assignments may not be immediately apparent or may change over time.\r\n\r\nThis technique is often used in malware to evade detection and analysis by security tools, as it can make the code more complex and less predictable. By switching registers in different versions of the code, the malware can evade signature-based detection techniques and make it more difficult for analysts to understand and analyze the code.",
    "resources": "https://sensorstechforum.com/advanced-obfuscation-techniques-malware/",
    "creation_date": "2019-03-23T18:00:09Z",
    "tags": "Code obfuscation, Register modification, Code complexity, Signature evasion",
    "modification_date": "2023-10-04T10:42:32.974000Z",
    "category": [
        5
    ],
    "rules": [],
    "attachments": [],
    "featured_api": [],
    "contributors": []
}