List of useful security libraries
I was asked last week for a list of "drop-in-and-more-secure" replacements, created at Microsoft, for C/C++ functions and constructs.
So here's a list:
IntSafe (C safe integer arith library)
SafeInt (C++ safe integer arith template class)
Secure CRT (C runtime replacements for strcpy, strncpy etc etc)
StrSafe (C runtime replacements for strcpy, strncpy etc etc)
本文列举了由微软开发的一系列安全库,旨在为C/C++提供更安全的替代方案,包括IntSafe、SafeInt、SecureCRT及StrSafe等,用于增强整数运算、字符串操作等方面的安全性。
15万+

被折叠的 条评论
为什么被折叠?



