			LibExploit Examples
			-------------------

	This directory contains several examples of using the
  LibExploit API, to write your own exploits.

  - exp1/ Work!
 	A local buffer overflow.

   - exp2/ Work!
	A program to display or run a shellcode or to 
        list all the shellcodes avaliable in LibExploit.

   - exp3/ Work!
        A remote buffer overflow, using both old & new
        LibExploit style.

   - exp4/ Broken!
	Another way of writing local buffers.

   - exp5/ Work!
	Local exploit with crypto shellcode.
	Using ADMmutate API.	

   - exp6/ Work!
	Injects a /bin/sh shellcode into a proccess ID.

  - exp7/ Work!
	Make use of LibExploit GOT function finder.

   - misc/
	Ramdom testing code.

   - real_exploits/
	Examples of real exploits converted to LibExploit
