Static code analyzer and program verification system

August 11, 2009 11:42 am · 0 comments

by Black

in Malware Analysis,Reverse Engineering,Windows

PVS-Studio is a static code analyzer by OOO “Program Verification Systems” designed for developers of modern resource-intensive applications. PVS-Studio combines the possibilities of 64-bit code analysis from Viva64 program and parallel code analysis from VivaMP program, and lets develop, test, perform migration and verification and as result to create high reliability applications in C and C++ languages. 

7b974a4136d248d3569c8b57d0c8b593 Static code analyzer and program verification system

New and advance tool for security testers, developers and application penetration testers. This tool goes one step adhead and analysis source codes.

We have two types of code analyzers in PVS-Studio. They are:

  • Viva64 – designed for development and migration of 64- bit applications.
  • VivaMP - designed for verification of parallel programs created on OpenMP technology basis.
  • How PVS-Studio works

    PVS-Studio lets detect the following bug types in the source code of programs in C and C++ languages
    Errors of 32-bit applications migration to 64-bit systems
    Errors occurring during new 64-bit applications development
    Non-optimal use of memory in 64-bit programs due to alignment peculiarities
    Errors in parallel programs connected with lack of knowledge of OpenMP technology syntax
    Errors in parallel programs connected with lack of knowledge of code paralleling laws using OpenMP
    Errors occurring due to incorrect work with memory in parallel code.

    Download PVS-Studio Here

    Related External Links

    If you enjoyed this article, you might also like:

    Comments on this entry are closed.

    Previous post:

    Next post: