A community member has associated this post with a similar question:
Does Microsoft compiler provide compiler level support to probe and log the function arguments during compilation? (just like LLVM analysis pass)?

Only moderators can edit this content.

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-14T09:01:18.717+00:00

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.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,593 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,932 questions
0 comments No comments
{count} votes