aslr-guard icon indicating copy to clipboard operation
aslr-guard copied to clipboard

Preventing code-reuse attacks by stopping code pointer leakages

Results 1 aslr-guard issues
Sort by recently updated
recently updated
newest added

Cool example on how an attacker can use a code locator to deterministically call another function, while the binary is protected with ASLR-Guard. Please compile with -O0 to avoid the...