diff options
| author | MarcoFalke <[email protected]> | 2015-10-24 23:44:03 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-11-04 13:05:25 +0100 |
| commit | 0af8fe45aeac9dc2391f6f737b8b3c210142b19c (patch) | |
| tree | 0e0acc5ec9013561eade8c2f866ae4a7a7b03ea0 /contrib/devtools/README.md | |
| parent | Merge pull request #6669 (diff) | |
| download | discoin-0af8fe45aeac9dc2391f6f737b8b3c210142b19c.tar.xz discoin-0af8fe45aeac9dc2391f6f737b8b3c210142b19c.zip | |
devtools: Update README.md
Diffstat (limited to 'contrib/devtools/README.md')
| -rw-r--r-- | contrib/devtools/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 278794f14..2e70c5adc 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -62,6 +62,11 @@ optimize-pngs.py A script to optimize png files in the bitcoin repository (requires pngcrush). +security-check.py and test-security-check.py +============================================ + +Perform basic ELF security checks on a series of executables. + symbol-check.py =============== |