Source Code Search Engine - BeCoding
 
Search in Millions of Open Source Code Projects

Results 41 to 50 of about 50 results found for 'buffer overflow' open source codes and projects!

Very easy to use logger for ATL/MFC/NonMFC applications

Very easy to use logger for ATL/MFC/NonMFC applications

Portable Executable (P.E.) Code Injection: Injecting an Entire C Compiled Application

Portable Executable (P.E.) Code Injection: Injecting an Entire C Compiled Application
when this option is enabled compiler adds extra code in assembly code, see below:. in fact, buffer security check is an attempt to avoid buffer overrun. however, we do not need this in our assembly code. source code trick # 1. int __stdcall newentrypoint_end();

Accessing the Windows Address Book

changed the structure that holds addresses to use basic_string instead of a fixed sized array of characters to avoid buffer overrun problems i was experiencing. .

The Complete Guide to C++ Strings, Part II - String Wrapper Classes

introduction. since c-style strings can be error-prone and difficult to manage, not to mention a target for hackers looking for buffer overrun bugs, there are lots of string wrapper classes. unfortunately, it's not always clear which class should be used in some situations,

.NET Remoting Message Redirection Channel Sinks

nothing prevents it from being used over the internet, at least not security problems - it is free from security holes - buffer overrun is impossible in managed code in which .net remoting framework is entirely written. .

Very easy to use logger for ATL/MFC/NonMFC applications

Very easy to use logger for ATL/MFC/NonMFC applications
that means that the logger and the client application don't share the same memory space. this helps a lot when you make, by mistake, some buffer overrun in your app. the application terminates in the worst case but the logger remains. safe threading on the same logging media: file,

Add Crash Reporting to Your Applications with the CrashRpt Library

Add Crash Reporting to Your Applications with the CrashRpt Library
directory structure not saved in zip. bugs fixed. support for use by multiple apps. buffer overrun error when previewing files > 32k. main dialog now displays app icon. 01/12/2003 initial release. .

Circular Buffer Made Easy

one is to check whether there is enough space in the buffer to perform a write operation. if not, the condition is called a buffer overrun. the second is to check whether there is enough data to be read. if not, the condition is called a buffer underrun.

Start-to-Finish Visual Basic 2005: Chapter 1 - Introducing .NET

Start-to-Finish Visual Basic 2005: Chapter 1 - Introducing .NET
net features to limit malicious programs from doing their damage. .net's "managed" environment also resolved buffer overrun issues and memory leaks through features such as strong data typing and garbage collection. .

Everett: The next Big Thing for Visual C++ developers

microsoft's visual c++ .net product manager on everett. nick hodapp is the microsoft visual c++ .net product manager, and the author of our monthlynet as a tool to help mitigate buffer overrun vulnerabilities. in everett we've expanded the repertoire of attacks that the compiler 'understands'.

The Windows XP launch: Sydney, Australia.

The Windows XP launch: Sydney, Australia.
an inbuilt firewall (although admittedly with only and on or off switch), file encryption and attention to buffer overrun vulnerabilities will help make it more secure and resilient.deployment is the big thing for large corporations.
related open sources

CopyRight (©) becoding.com 2009 All Rights Reserved.