Search:

Type: Posts; User: goldy2425; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    2,295

    Re: Segmentation fault

    Thanks everyone for the quick response, I really appreciate that.
    @Bachstelze I have to give a presentation on buffer overflow attack with a small demo. I am trying my best to make a small program...
  2. Replies
    16
    Views
    2,295

    Re: Segmentation fault

    when i run the victim file I get the address of both function then I am passing the address with the argument like

    root@ubuntu:/home/BufferOverflow# ./victim aaaaaaa."\x81\x80\x04"
    Address of...
  3. Replies
    16
    Views
    2,295

    Re: Segmentation fault

    Thanks for the quick reply

    I have made file the victim.c with this code

    #include <string.h>
    #include <stdio.h>

    void foo(const char* input)
    {
    char buf[10];
  4. Replies
    16
    Views
    2,295

    Segmentation fault

    Hi Everyone,

    I am new to linux and need urgent help. I have installed Ubuntu 12.04 and wanted to run a small program in c to show bufferoverflow attack.I compiled this program using gcc compiler,...
Results 1 to 4 of 4