Theoretically we can analysis a binary executable/library to see whether it contains any SSE and/or AVX opcode. However, it may be a bit tedious and error-prone. Are there any tools I can use to get a quick answer without dissembling the binary myself?

Note: This approach will probably fail to catch dynamically generated opcode (e.g. from JIT-compilers, interpreters, Java/.Net virtual machines) but that's fine for me. I'm mostly dealing with "normal" programs written in C/C++.

link|improve this question

62% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.