Microsoft Application Inspector icon
Microsoft Application Inspector icon

Microsoft Application Inspector

 1 like

Application Inspector is a source code analyzer built for surfacing features of interest and other characteristics to answer the question "What's in it" using static analysis with a json based rules engine.

Microsoft Application Inspector screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Windows
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • development
  • source-code-analysis

Microsoft Application Inspector News & Activities

Highlights All activities

Recent activities

No activities found.

Microsoft Application Inspector information

  • Developed by

    US flagMicrosoft
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  4,334 Stars
  •  360 Forks
  •  25 Open Issues
  •   Updated May 29, 2025 
View on GitHub

Our users have written 0 comments and reviews about Microsoft Application Inspector, and it has gotten 1 likes

Microsoft Application Inspector was added to AlternativeTo by David on Jan 24, 2020 and this page was last updated Jan 24, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Microsoft Application Inspector?

Application Inspector is a source code analyzer built for surfacing features of interest and other characteristics to answer the question "What's in it" using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.

Application Inspector is different from traditional static analysis tools in that it doesn't attempt to identify "good" or "bad" patterns; it simply reports what it finds against a set of over 400 rule patterns for feature detection including features that impact security such as the use of cryptography and more. This can be extremely helpful in reducing the time needed to determine what Open Source or other components do by examining the source directly rather than trusting to limited documentation or recommendations.