1URL: https://github.com/lvc/abi-dumper/archive/0.99.18.tar.gz
2Version: 0.99.18
3License: GPL2.0, LGPL2.0
4License File: LICENSE
5
6Description:
7This tool produces an ABI dump of a C/C++ library. This ABI dump can be used by
8abi-compliance-checker in order to check ABI compliance with another version of
9the library.
10
11Local Modifications:
12Add command-line options to specify paths to objdump, g++ and readelf. Also,
13modify abi-dumper.pl to parse readelf's output instead of eu-readelf. eu-readelf
14is not available as a prebuilt whereas readelf is. Modifications to enable usage
15of custom vtable dumepr. Give +x permissions to abi-dumper.pl .
16