Results 1 to 3 of 3

Thread: Preventing Buffer Overflow In Visual C++ Applications

  1. #1
    Senior Member
    Join Date
    Oct 2003
    Posts
    707

    Preventing Buffer Overflow In Visual C++ Applications

    For those of you who are programmers and want to better understand how to prevent buffer overflows well here's an article that you might find very helpful [ Or people who are just curious ] :

    Preventing Buffer Overflow In Visual C++ Applications
    Operation Cyberslam
    \"I\'ve noticed that everybody that is for abortion has already been born.\" Author Unknown
    Microsoft Shared Computer Toolkit
    Proyecto Ututo EarthCam

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    634
    thanks for the link! i do most of my development work in a linux enviroment but have recently been mucking about in windows,

    cheers

    i2c

  3. #3
    Senior Member
    Join Date
    Jan 2002
    Posts
    1,207
    Article seems pretty unrelated to buffer overflows.

    All the examples seem to use .NET strings in Managed-C++, which has nothing to do with how buffer overflows mostly occur. I don't see any unmanaged code or any C strings in the examples, so I assume that it's difficult to have vulnerable buffer overflows in managed code (as buffers are always checked).

    So what is the article about? I can't be arsed reading it, and I don't see the point of managed C++, it's like about as useful as a chocolate motorcycle.

    Slarty

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •