1
Fork 0
mirror of https://sourceware.org/git/annobin.git synced 2025-11-10 17:14:10 +00:00
No description
Find a file
2025-11-05 10:14:14 +00:00
.vscode 10.84:clang-plugin: Fix for building with Clang-15 2022-09-20 12:39:51 +01:00
annocheck 13.03: Annocheck: Production test: skip for gcc specific binaries. 2025-11-05 10:14:14 +00:00
clang-plugin List annobin-common.cc as input for all plugins on meson 2025-06-24 10:26:13 -03:00
config Create script to regenerate configure files 2025-07-04 14:46:02 +01:00
doc Used Clause to fix 'lint' errors 2025-11-04 13:11:47 +00:00
gcc-plugin Used Clause to fix 'lint' errors 2025-11-04 13:11:47 +00:00
llvm-plugin List annobin-common.cc as input for all plugins on meson 2025-06-24 10:26:13 -03:00
scripts Update Copyright year range 2024-01-02 10:17:22 +00:00
tests 12.99: Annocheck: Autodetect glibc 2.39 maths libraries 2025-08-06 10:39:21 +01:00
.gitignore Used Clause to fix 'lint' errors 2025-11-04 13:11:47 +00:00
aclocal.m4 12.99: Annocheck: Autodetect glibc 2.39 maths libraries 2025-08-06 10:39:21 +01:00
annobin-common.cc Clang Plugin: Parse ANNOBIN environment variable. Add global-file-syms command line option. 2024-03-25 14:16:17 +00:00
annobin-common.h Clang Plugin: Parse ANNOBIN environment variable. Add global-file-syms command line option. 2024-03-25 14:16:17 +00:00
annobin-global.h.in Update Copyright year range 2024-01-02 10:17:22 +00:00
configure 13.03: Annocheck: Production test: skip for gcc specific binaries. 2025-11-05 10:14:14 +00:00
configure.ac 13.03: Annocheck: Production test: skip for gcc specific binaries. 2025-11-05 10:14:14 +00:00
CONTRIBUTING Update Copyright year range 2024-01-02 10:17:22 +00:00
COPYING3 Initial commit of annobin sources 2017-11-17 09:49:09 +00:00
LICENSE Synchronise with internal repository 2018-01-26 12:05:08 +00:00
Makefile.am 12.43: LLVM Plugin: Use llvm-config to get the correct paths and options for building executables. 2024-03-05 19:16:53 +00:00
Makefile.in 12.99: Annocheck: Autodetect glibc 2.39 maths libraries 2025-08-06 10:39:21 +01:00
meson.build 13.03: Annocheck: Production test: skip for gcc specific binaries. 2025-11-05 10:14:14 +00:00
meson_options.txt Update Copyright year range 2024-01-02 10:17:22 +00:00
README.md Add note about code of conduct 2023-11-09 12:11:21 +00:00
regenerate-configure-and-makefiles.sh annocheck: Fix compile time warnings reported when building with Clang. 2025-07-07 10:31:06 +01:00
SECURITY.md Update Copyright year range 2024-01-02 10:17:22 +00:00

These are the sources for the annobin project:

https://sourceware.org/annobin/

The projects consists of two main parts:

  1. A security checker program - annocheck - which examines binaries and reports potential security problems.

  2. A set of plugins for GCC, Clang and LLVM that records security information for use by annocheck.

In addition there is a testsuite and documentation too.

The project does not have its own Code of Conduct, but the guidelines found in the Binutils Code of Conduct should be considered to apply to this project as well:

https://sourceware.org/binutils/code-of-conduct/Code-of-Conduct.html