Displaying 1 result from an estimated 1 matches for "myjunk".
Did you mean:
mjunk
1998 Feb 20
0
"not-so-dangerous symlink bugs" - a better look
...ops
us into a shell:
[...]
Advanced GCC exploit running.
$ ls
cca02091.i cca02091.s [...other stuff...]
Now, we may modify preprocessed cca02091.i file. I added line
''printf("Hello, dude.\n");'' using vim at the begining of main(...)
function, and saved modified code as myjunk.i.
Our user is probably grows impatient, so it''s time to serve our
dish of the day... First, we should flush pipe:
$ cat cca02091.s
[...a lot of asm junk...]
That''s perfect, gcc wrote everything successfulyy, and now it''s
trying to read it back from pipe. So why shouldn...