1
Fork 0
mirror of https://sourceware.org/git/annobin.git synced 2026-03-09 03:16:27 +00:00
No description
Find a file
2026-02-25 09:01:15 +00:00
.vscode 10.84:clang-plugin: Fix for building with Clang-15 2022-09-20 12:39:51 +01:00
annocheck Fix segmentation fault 2026-02-25 09:01:15 +00:00
clang-plugin 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
config 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
doc 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
gcc-plugin 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
llvm-plugin 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
scripts 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
tests 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00: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 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
annobin-common.h 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
annobin-global.h.in 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
configure 13.07: Annocheck: Add code to handle the .ARM.attributes section. 2026-02-24 16:01:31 +00:00
configure.ac 13.07: Annocheck: Add code to handle the .ARM.attributes section. 2026-02-24 16:01:31 +00:00
CONTRIBUTING 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +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 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
Makefile.in 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +00:00
meson.build 13.07: Annocheck: Add code to handle the .ARM.attributes section. 2026-02-24 16:01:31 +00:00
meson_options.txt 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +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 13.06: Annocheck: Add more files to the gcc heuristic list. 2026-02-23 12:58:26 +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