Hijacking to Shellcode
Lecture
Example from the Shellcoding Module
Bug 1:
hello(bye1, name)
should behello(name, bye1)
.Bug 2:
gets(name)
causes buffer overflow.
Last updated
Bug 1: hello(bye1, name)
should be hello(name, bye1)
.
Bug 2: gets(name)
causes buffer overflow.
Last updated