Hijacking to Shellcode

Lecture

Hijacking to Shellcode

Example from the Shellcoding Module

  • Bug 1: hello(bye1, name) should be hello(name, bye1).

  • Bug 2: gets(name) causes buffer overflow.

Last updated