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.
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
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.
Developer technologies | C++
Developer technologies | C++
Sign in to answer