aslr ¤
Functions:
-
check_aslr–Detects the ASLR status. Returns True, False or None.
-
aslr–
Attributes:
parser module-attribute ¤
parser = ArgumentParser(
formatter_class=RawTextHelpFormatter,
description="\nCheck the current ASLR status, or turn it on/off.\n\nDoes not take effect until the program is restarted.\n",
)
check_aslr ¤
Detects the ASLR status. Returns True, False or None.
None is returned when we can't detect ASLR.