oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Add `llvm-readelf` to clang base image.

Open mvanotti opened this issue 1 year ago • 1 comments

After building clang, a lot of the binaries are removed from the build.

One of them is llvm-readelf, which is be useful to interact with elf files in the images, as it allows for exporting information in JSON format.

mvanotti avatar Jun 20 '24 20:06 mvanotti

How big are these? We remove them to make things faster when pulling the images.

jonathanmetzman avatar Jun 25 '24 23:06 jonathanmetzman