Description: .NET Reflector is a popular .NET decompiler and static analysis tool that allows developers to examine and understand the structure and code of .NET assemblies. It can decompile code back into a high-level programming language for analysis.
Type: software
Pricing: Open Source
Description: Vulture is an open source tool for analyzing Python code to find unused code and dependencies. It can identify dead code, unused functions and classes, circular imports, and more to help clean up Python projects.
Type: software
Pricing: Open Source