Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Memory debugger
A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are symptoms for design mistake s or programming error s. See Purify article for more information about memory access error detection.Examples:
1 See also
2 References
3 External links
Computer programming tools
Computer securityComputer security is the effort to create a secure computing platform, designed so that agents (users or programs) cannot perform actions that they are not allowed to perform, but can perform the actions that they are allowed to. This involves specifying
Read more »