Hacker News new | ask | show | jobs
by TheLoneWolfling 4212 days ago
Look at valgrind?

Although I don't know if it works with VS.

2 comments

Valgrind doesn't do integer overflow checking. In general, it's not even possible to add such checks via binary translation, as on two's complement systems most unsigned and signed operations are compiled to the same machine instruction.
Valgrind doesn't work on windows.