htop

a65f1ebc545b7602f59056134cefc31001b578c026a21f3bf1a2f6f2bbf55e19

Analysis SignalStatusDetails
No eXecuteEnabledNX (No eXecute) indicates that the binary has a non-executable stack/heap (i.e., Data Execution Prevention). This prevents code from running in data sections of the process.
Position Independent ExecutablePIEPosition Independent Executable (PIE) indicates that the binary is compiled with position-independent code, allowing it to be loaded at any address in memory.
Read-Only RelocationsFullRead-Only Relocations indicate that the binary has read-only relocations, preventing modification of certain sections at runtime.
Stack CanaryEnabledStack Canary indicates that the binary uses stack canaries to detect stack buffer overflows and prevent exploitation.
FORTIFY7 / 12Refers to the _FORTIFY_SOURCE feature. “Partial” means some functions (like memcpy, strcpy, etc.) are protected by FORTIFY, but not all possible ones.
Clang CFIDisabledThese fields being “false” simply mean the binary was not compiled with Clang’s Control Flow Integrity (CFI) or SafeStack support.
Clang SafeStackDisabledThese fields being “false” simply mean the binary was not compiled with Clang’s Control Flow Integrity (CFI) or SafeStack support.
Stack Clash ProtectionEnabledStack Clash Protection indicates that the binary has protections against stack clash attacks, which exploit stack memory layout.