Results 1 to 3 of 3

Thread: heap overflow???

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Posts
    10

    heap overflow???

    hey i've heard about buffer overflow and also seen lotsa exploits based upon it.......but can anyone there tell me something about heap overflow???? i heard about this recently......
    anyone???
    theeta

  2. #2
    Senior Member
    Join Date
    Dec 2001
    Posts
    321
    def of a heap :
    "Memory that is dynamically allocated by the application is known as the
    heap." The words "by the application" are important here, as on good
    systems most areas are in fact dynamically allocated at the kernel level,
    while for the heap, the allocation is requested by the application.

    it's almost the same as a buffer overflow :
    http://www.ccs.uky.edu/~mahesh/junk/heapOverflow.text
    or google.com


    enjoy
    assembly.... digital dna ?

  3. #3
    Senior Member
    Join Date
    Dec 2001
    Posts
    321

    Lightbulb

    forgot to upload the file ...
    assembly.... digital dna ?

Posting Permissions

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