Standard User Analyzer

What is It?

It is a tool to help diagnose potential issues with an application when it is run as a standard user. It is based on LUA Predicator technology in Application Verifier [another tool in Application Compatibility Space]

How it works?

It intercepts common API calls which usually require elevated privileges and predicts whether these API calls would have succeeded as a standard user.

Why one should use this tool?

One should use this tool to know:

       What the issues are?

      What to do to mitigate them?

      What to do to fix them?

      Where in the code to look?