Does Microsoft compiler provide compiler level support to probe and log the function arguments during compilation? (just like LLVM analysis pass)?

Maliha 1 Reputation point
2021-09-13T07:49:24.71+00:00

Hi,

I need to log the functions and function arguments that are there in the binary after MSVC compiler optimizations are applied. But I want to collect this information from each binary during the process of MSVC compilation and linking, just like LLVM supports analysis pass to collect the actual number of function calls and function arguments passed in the compiled binary. Is it possible with MSVC compiler?

I will appreciate your answers.

Thank you.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,538 questions
{count} votes