google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.12k stars 2.15k forks source link

Add `llvm-readelf` to clang base image. #12110

Open mvanotti opened 1 week ago

mvanotti commented 1 week ago

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.

jonathanmetzman commented 6 days ago

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