You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
autoconf-archive v811_spc009_project 4 months ago
bash-completion v811_spc009_project 4 months ago
doc v811_spc009_project 4 months ago
include v811_spc009_project 4 months ago
patches v811_spc009_project 4 months ago
relicensing-scripts v811_spc009_project 4 months ago
scripts v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
tools v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
AUTHORS v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
COMMIT-LOG-GUIDELINES v811_spc009_project 4 months ago
COMPILING v811_spc009_project 4 months ago
CONTRIBUTING v811_spc009_project 4 months ago
ChangeLog v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
LICENSE.txt v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
Makefile.am v811_spc009_project 4 months ago
NEWS v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
VISIBILITY v811_spc009_project 4 months ago
abigail.m4 v811_spc009_project 4 months ago
android_build_version.sh v811_spc009_project 4 months ago
config.h v811_spc009_project 4 months ago
configure.ac v811_spc009_project 4 months ago
default.abignore v811_spc009_project 4 months ago
install-sh v811_spc009_project 4 months ago
libabigail.pc.in v811_spc009_project 4 months ago
license-change-2020.txt v811_spc009_project 4 months ago
post_update.sh v811_spc009_project 4 months ago
release-text-template.txt v811_spc009_project 4 months ago
update-copyright.sh v811_spc009_project 4 months ago

README

This is the Application Binary Interface Generic Analysis and
Instrumentation Library.

It aims at constructing, manipulating, serializing and de-serializing
ABI-relevant artifacts.

The set of artifacts that we are intersted is made of quantities like
types, variable, fonctions and declarations of a given library or
program.  For a given library or program this set of quantities is
called an ABI corpus.

This library aims at (among other things) providing a way to compare
two ABI Corpora (apparently the plural of corpus is copora, heh,
that's cool), provide detailed information about their differences,
and help build tools to infer interesting conclusions about these
differences.

You are welcome to contribute to this project after reading the files
CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.

Communicating with the maintainers of this project -- including
sending patches to be include to the source code -- happens via email
at libabigail@sourceware.org.