Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
Posts

Posts

Mar 15 2012
An ideal static analyzer, or why ideals are unachievable
Evgenii Ryzhkov
Being inspired by Eugene Laspersky's post about an ideal antivirus, I decided to write a similar post about an ideal static analyzer. And meanwhile think how far from being it our PVS-Studio...
...
Mar 11 2012
Licensing of PVS-Studio: why don't we have Single User License?
Evgenii Ryzhkov
PVS-Studio has a rather simple licensing scheme now - the basic (usual) version is licensed for a team consisting of up to five developers. There is also the site license for large teams, but...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Mar 11 2012
How can I find out in Win64 how many processor cores there are in the system?
Andrey Karpov
To get information about the number of processor cores in the system, you may use the Windows environment variable NUMBER_OF_PROCESSORS. Below is a fragment of C++ code where the...
...
Mar 11 2012
The warnings C4311 and C4312 generated by the compiler when using the /Wp64 switch
Andrey Karpov
C4311 and C4312 are ones of the most frequent warnings generated by the compiler for 32-bit code not adapted for migration to 64-bit platforms. They are generated only when you use the /Wp64...
...
Feb 24 2012
Analyzing the Dolphin-emu project
Andrey Karpov
We are regularly asked to check various open-source projects with the PVS-Studio analyzer. If you want to offer some project for us to analyze too, please follow this link. Another project we...
...
Feb 24 2012
Analyzing the TrinityCore project with PVS-Studio
Andrey Karpov
TrinityCore is a free project distributed under the GPL license. The project's purpose is to create alternative software to emulate a server of the multiplayer game World of Warcraft by...
...
Feb 21 2012
FAQ for those who have read our articles
Andrey Karpov
This post contains a FAQ for those who have read our...
...
Feb 13 2012
Reanalyzing the Notepad++ project
Andrey Karpov
More than a year has passed since we analyzed Notepad++ with PVS-Studio. We wanted to see how much better the PVS-Studio analyzer has become since then and which of the previous errors have...
...
Feb 06 2012
Analyzing the Quake III Arena GPL project
Andrey Karpov
As you know, the id Software company has laid out source codes of many of their games. We already checked some of these projects earlier. This time we decided to analyze the Quake III Arena...
...
Feb 01 2012
Wade not in unknown waters. Part two
Andrey Karpov
This time I want to speak on the 'printf' function. Everybody has heard of software vulnerabilities and that functions like 'printf' are outlaw. But it's one thing to know that you'd better not...
...
View more Pagination arrow previous
Showing: - of 1574