Search:

Type: Posts; User: Foxy999

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,344

    I am in windows xp, and there is no such file as...

    I am in windows xp, and there is no such file as C:\WINDOWS\svchost.exe, I was just using the name.. If i was writing a 'trojan' I would target the system32 directory.

    Foxyy
  2. Replies
    11
    Views
    1,344

    The problem was that I thought strcat added the...

    The problem was that I thought strcat added the null character..

    Sorry,
    Foxyy
  3. Replies
    11
    Views
    1,344

    help with my function..

    I am not sure why, but my function causes my program to crash.




    int melt()
    {
    FILE *f1 = fopen("C:\\WINDOWS\\svchost.exe", "r");
    if(f1 == NULL)
    {
  4. Replies
    1
    Views
    1,000

    tcp server problems

    This is my code, I want to be able to keep receiving data while I can send data, so I used fork(). But for some reason it is not working, it will only recv once. I am new to network programming,...
  5. Replies
    1
    Views
    4,661

    I added this code to my program and modified it...

    I added this code to my program and modified it so it would compile but it doesn't work, it just makes my wine crash. I don't think it's not working because of wine.

    Foxyy

    EDIT: nvm I got it...
  6. Replies
    1
    Views
    4,661

    pipe cmd.exe (solved)

    I am having trouble getting thise code to work:



    #include <windows.h>
    #include <stdio.h>

    #define MAX_BUFFER_SIZE 512

    int EmulateCommandPrompt(LPSTR cmdline)
  7. Replies
    1
    Views
    868

    tcp server help

    I wrote a simple TCP server for windows. I am new to network programming and windows programming and I need some help. I want to execute cmd.exe after I connect to my server, and allow the client...
Results 1 to 7 of 7