-
Insure++ 2020 … change is coming
We've got something big in the works for 2020 … Insure++ is undergoing a major redesign. To get feedback and help customers get ahead of the changes, we are breaking the delivery into two phases; Phase 1: Insure 2020.1 Pre-Release (available June 2020) In phase 1 we are focused on support for the Windows platform. Gone are…
-
Undefined reference errors occurr when linking in Insure++ symbols in Ubuntu
In Ubuntu, linking errors with Insure++ (undefined references of Insure++ symbols, see examples below) are caused by a change in the default behavior of the linker from previous versions of Ubuntu. Error example: ".../Insure++/lib/libinsure.so: undefined reference to `Insure::Thread::startFunction()'" Explanation: This…
-
Before you ask a question
Guidelines about posting questionsIf you are using Insure++ and are running into some problem, please make sure you provide the following information at the beginning or end of your post: OS Architecture (x86, x64, etc.) Compiler Insure++ version If the problem is a compile/link time problem, include your compile/link…
-
How to create an Insure++ log file
This post will provide instructions for creating an Insure++ log file when debugging issues with Insure++. When you run into an issue with Insure++, whether it is displaying an Insure++ Violation or if the instrumentation failed for some reason, it is beneficial to create an Insure++ log file from the run to determine the…
-
Getting undeclared error for the variable which is already declared.
I have this piece of code to compile with insure++ static int ABC ( unsigned char *buffer, int buffer_size, int num, ) { memset(buffer, '\0', buffer_size); void* xyz = # memcpy(buffer, xyz, "ABCD"); '''' but after cmpilation, i get this error: " error: 'xyz' undeclared (first use in this function)" but it is already…
-
Insure++ 2023.1 Release Announcement
What's New * STL checking is now enabled for GCC-5 thru GCC-10. There are, however, some outstanding issues. STL checking is an extended and experimental feature of Insure++ which may be helpful in finding STL usage violations. See STL Checking in the User's Guide. * Several parser improvements. * Bug fixes. Known Issues…
-
Insure++ 2022.1 Release Announcement
What's New * Documentation updates. We've clarified some documentation issues, and added new documentation for some new features * CWE Associations. Insure++ bug reports are now associated with appropriate CWEs. (see cwe.mitre.org for more information about CWEs) * Bug fixes. As always, we are continually improving…
-
Insure++ does not support managed C++!
I have a C++ project that will only build for Insure++ with /CLR (common language runtime support switched on) However when this compiles the output states "Insure++ does not support managed C++! I cannot get the project to build unless /CLR is selected however, it will build when /CLR is not selected when building for…
-
Debugging a .dll with Insure++
You will need to debug the process in which that the dll actually runs. If you know the name of the executable that loads the dll, and can run that executable by hand, the simplest approach is to simply run that executable under InsureSpy.exe, inject.exe, or Visual Studio's debugger by clicking "Insure++ Debug" within…
-
error: 'ABCD' undeclared (first use in this function)
Hi, During compilation of some source in insure++, I am getting this error : "error: 'ABCD' undeclared (first use in this function)" I can compile it without insure++ and I am not getting this error. Is there any special rule to declare variables in in sure++? Thanks
-
Warning: unable to instrument "ABC.c"
During compilation of some sources with insure++, i get this warning: Warning: unable to instrument "ABC.c" (4), compiling original source code. I have no idea about why i am getting this warning.
-
WARNING: no debugging flags detected!! Insure++ may not function properly
I am compiling some sources with isure++ and i am getting this warning: WARNING: no debugging flags detected!! Insure++ may not function properly should i add some flags before compile?
-
Insure++ 7.4.6 & Win10
Is this "old" version supported by Windows 10 ? Thanks in advance
-
VS2017 help
Hi I am using VS2017 Professional and I have installed Parasoft C++ test v10.4.2 for visual studio, but after the installation the Parasoft still doesn't appear in the menu. what can be the reason for this? Thanks Sharon