![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
security-check | |
security | |
-check | |
Functions | |
def | security-check.check_ELF_PIE (executable) |
def | security-check.get_ELF_program_headers (executable) |
def | security-check.check_ELF_NX (executable) |
def | security-check.check_ELF_RELRO (executable) |
def | security-check.check_ELF_Canary (executable) |
def | security-check.get_PE_dll_characteristics (executable) |
def | security-check.check_PE_PIE (executable) |
def | security-check.check_PE_NX (executable) |
def | security-check.identify_executable (executable) |
Variables | |
security-check.READELF_CMD = os.getenv('READELF', '/usr/bin/readelf') | |
security-check.OBJDUMP_CMD = os.getenv('OBJDUMP', '/usr/bin/objdump') | |
dictionary | security-check.CHECKS |
int | security-check.retval = 0 |
def | security-check.etype = identify_executable(filename) |
list | security-check.failed = [] |