|
|
@ -1,4 +1,7 @@ |
|
|
|
#!/usr/bin/python2 |
|
|
|
#!/usr/bin/python2 |
|
|
|
|
|
|
|
# Copyright (c) 2015-2016 The Bitcoin Core developers |
|
|
|
|
|
|
|
# Distributed under the MIT software license, see the accompanying |
|
|
|
|
|
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php. |
|
|
|
''' |
|
|
|
''' |
|
|
|
Perform basic ELF security checks on a series of executables. |
|
|
|
Perform basic ELF security checks on a series of executables. |
|
|
|
Exit status will be 0 if successful, and the program will be silent. |
|
|
|
Exit status will be 0 if successful, and the program will be silent. |
|
|
|