Tools/Utilities PVS STUDIO (bug detection tool) - All Here

emailx45

Social Engineer
Joined
May 5, 2008
Messages
2,387
Reaction score
2,149
PVS STUDIO (bug detection tool)
image4.png

PVS-Studio is a tool for bug detection in the source code of programs, written in C, C++, and C#. It works in Windows and Linux environment.
PVS-Studio performs static code analysis and generates a report that helps a programmer find and fix bugs. PVS-Studio performs a wide range of code checks, it is also useful to search for misprints and Copy-Paste errors. Examples of such errors: V501, V517, V522, V523, V3001.

more info PVS-Studio: Static Code Analyzer for C, C++, C# and Java

Supported languages and dialects:

Visual Studio 2015 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2013 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2012 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2010 C, C++, C++/CLI, C#
MinGW C, C++
 

theodosis

New member
Joined
Jan 22, 2007
Messages
3
Reaction score
0
"Thanks for sharing, just tried it out and it looks like a solid tool. The UI is pretty intuitive, but I did notice a few hiccups with certain smart contract platforms. Still a great start though, looking forward to seeing updates!"
 

slavka78

New member
Joined
Jun 11, 2006
Messages
2
Reaction score
0
"Not too familiar with PVS Studio, but heard it's a solid choice for detecting bugs in code. Has anyone else used this tool for their projects? Any feedback on its performance or ease of use?"
 

Shadow a12

New member
Joined
Mar 19, 2018
Messages
2
Reaction score
0
"Hey guys, I've been using PVS Studio for my C++ projects and I gotta say, it's a game-changer for catching memory leaks and buffer overflows. The static code analysis tool is super detailed and saves me so much time when debugging. Has anyone else tried it?"
 
Top