Toggle navigation
Software Tools
All Tools
All Software Tools. Commercial tools, and free tools.
Code Coverage
View your code coverage in real-time.
Deadlock Detection
Find and fix deadlocks, slow locks, busy locks, and long waits.
Execution Tracing
The “How did I get here from there?” for your application.
Memory Leak Detection
Monitor billions of memory allocations with ease.
Performance Profiling
Find the slow parts of your software quickly and easily.
Developers
Blog
What we’re thinking about, what itch we’re scratching today.
Library
Selected articles from our blog grouped into related topics.
Documentation
Documentation for each tool. Online. PDF. HTML Help.
Tutorials
Step by step tutorials with text, images and video.
Purchasing
Purchase Software Tools
Resellers
Testimonials
About
About Software Verify
Why we exist. What makes us get up the morning. That sort of thing.
Contact Us
Need to contact us? Please send us a message.
Customer Support
Got a problem? Need some Help? Contact support now.
Reporting a Bug
Found a bug? Report it using this form.
Privacy Policy
How we treat any data that you provide to us.
Cookie Usage Policy
We promise not to feed the Cookie Monster.
License Information
How our licences work.
x64 porting gotchas!
If you’re porting software from x86 to x64 you may find these hints and tips useful.
x64 Datatype Misalignment
The x64 versions of Windows care about how data is aligned.
x64 Register Preservation
How to preserve and restore x64 registers.
x64 Serializing Collections
Datatype sizes have changed, which means you may need to change how you serialize collections.
How to do cpuid and rdtsc on x86 and x64
No inline assembly on x64. We show you how to work around that.
Preserving x64 Floating Point Registers
How to preserve x64 floating point registers from your c++ code