On Debian buster (x86_64) gcc creates PIE binaries by default, while Raspbian does not. Rasbian cat test.c int main(void) { return 0; } gcc test.c hardening-check a.out a.out: Position Independent Executable: no, normal executable! Stack protected: no, not found! Fortify Source functions: unknown, n...