Search:

Type: Posts; User: 0xIDE

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,368

    Stack buffer overflow - how does it work?

    hi, I've encountered this piece of code:


    #include <stdio.h>
    #include <windows.h>
    void g() {
    printf("In g()!\n");
    system("pause");
    exit(0);
    }
  2. Replies
    8
    Views
    1,833

    How do exactly i do that?

    How do exactly i do that?
  3. Replies
    8
    Views
    1,833

    I disabled the firewall but it didn't help much....

    I disabled the firewall but it didn't help much.
    I think I should forward ports...
    I've done this:
    http://img28.imageshack.us/img28/2124/34508095.gif
    But stil the same exception...
  4. Replies
    8
    Views
    1,833

    ok, I've changed the server a bit. Now it's code...

    ok, I've changed the server a bit. Now it's code is:


    IPEndPoint iep = new IPEndPoint(IPAddress.Any, 1234);

    Socket server = new Socket(AddressFamily.InterNetwork,...
  5. Replies
    8
    Views
    1,833

    Actually, I'm a little confused with the Ipv6 add...

    Actually, I'm a little confused with the Ipv6 add Ipv4.
    The server now works only with IPv6 addresses and I don't know where I can find my Ipv6 address, whatismyip.com provides only Ipv4.
    What...
  6. Replies
    8
    Views
    1,833

    not-local server with sockets

    Hi guys,

    I wrote an echo server with sockets.

    Here is the server socket creating code:


    IPEndPoint iep = new IPEndPoint(IPAddress.IPv6Any, 1234);

    Socket server =...
Results 1 to 6 of 6