Jump to content
Nytro

Buffer overflow exploitation SEH

Recommended Posts

Posted

Buffer overflow exploitation SEH

Khalil Ezhani (caluber)

Senator.of.Pirates _a_ gmail.com

http://www.facebook.com/SenatorofPirates

Chapter 1

Introduction
Verify the bug
Some of the ways to search for titles
Exploit

Chapter 2

Definition SEH
Build an appropriate investment
Practical Example

Introduction

In software, a stack overflow occurs when too much memry is used on the call stack. The call stack

contains a limited amount of memory, often determined at the start of the program. The size of the

call stack depends on many factors, including the programming language, machine architecture, multithreading,

and amount of available memory. When a program attempts to use more space than is

available on the call stack (that is, when it attempts to access memory beyond the call stack's bounds,

which is essentially a buffer overflow), the stack is said to overflow, typically resulting in a program

crash. This class of software bug is usually caused by one of two types of programming errors.

Download:

http://www.exploit-db.com/download_pdf/17971

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...