https://github.com/dimkr/elfence
An overlay that verifies signed ELF binaries
https://github.com/dimkr/elfence
Last synced: 11 months ago
JSON representation
An overlay that verifies signed ELF binaries
- Host: GitHub
- URL: https://github.com/dimkr/elfence
- Owner: dimkr
- License: mit
- Created: 2015-02-14T18:11:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T19:27:29.000Z (over 11 years ago)
- Last Synced: 2025-03-31T15:11:34.523Z (over 1 year ago)
- Language: C
- Homepage: http://rlsd2.dimakrasner.com/
- Size: 121 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_ __
___| |/ _| ___ _ __ ___ ___
/ _ \ | |_ / _ \ '_ \ / __/ _ \
| __/ | _| __/ | | | (_| __/
\___|_|_| \___|_| |_|\___\___|
Overview
========
elfence is a FUSE (http://fuse.sourceforge.net/) based file system that verifies
Ed25519 (https://github.com/orlp/ed25519) signatures appended to ELF binaries.
Its implementation is derived from logfence (https://github.com/dimkr/logfence).
Credits and Legal Information
=============================
elfence is free and unencumbered software released under the terms of the MIT
license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.
The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).