How I can see from shell what socket options are set? In particular I m interesting to know if SO_BROADCAST is set?
For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...