Disable ASLR Via Personality Syscall - Linux (e497a24e-9345-4a62-9803-b06d7d7cb132)
Detects the use of the personality
syscall with the ADDR_NO_RANDOMIZE flag (0x0040000),
which disables Address Space Layout Randomization (ASLR) in Linux. This is often used by attackers
exploit development, or to bypass memory protection mechanisms.
A successful use of this flag can reduce the effectiveness of ASLR and make memory corruption
attacks more reliable.