Basically I have a set of 32-bit ELF program binaries compiled by either gcc or llvm. They are all stripped before analysis.
My question is that, given a binary, is there any way I can determine whether it is compiled by gcc or llvm? Is there any available tool to do so?