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