Thread: visual c++ project!!

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    2

    Question visual c++ project!!

    Hi! I need help in Visual C++ programming

    Im just curious, how program modify other program without recompiling it?

    for example:some trojan like subseven and Bo2k have 3 diff program,
    Server,client and the config program.

    The config program modify the server's port,email-add and etc.. and save
    changes to the server program.

    can you make a very simple program that can do like that?not a trojan! but
    a simple display message.

    The server has a default msg of "this is the original message"

    and when the config prog run. it prompt user for a text to type, so every time
    server run, It will display what the user type!!

    I hope you can help me !!!
    Thank's in Advance!!!

    You can mail me the source code at my e-mail add--> [email protected]

    sorry on my english grammar!!! coz im from Philippines!!!

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    >>for example:some trojan like subseven and Bo2k

    You don't actually expect someone to help you with this, do you?

    >>not a trojan!

    Right....

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    2

    i know

    I know that! but I just what to study about that! Im just curios on that thing! I wanna learn more ! by studying code of other programmer!

    so if someone can help me,Pls do!

    Thank's anyway

  4. #4
    Registered User Mario's Avatar
    Join Date
    May 2002
    Posts
    317
    Stop whining.

    A big part of the learning process is searching for information. Not asking for information.

    What you want to know is dangerous. So don't expect "I want to learn more" to be the magical phrase to make anyone feel sorry for you. Lots of things to learn out there. Pick another subject.
    Regards,
    Mario Figueiredo
    Using Borland C++ Builder 5

    Read the Tao of Programming
    This advise was brought to you by the Comitee for a Service Packless World

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    48
    Try this:

    Code:
    #include <iostream>
    
    int main()
    {
    for(short x=0; x<10000000000000000000000; x++)
    {
    cout<<"Great idea, let's just all make our own trojan viruses and send them to each other to test them out. Great idea midan! (or whatever your name was i forget it)
    }
    
    return 0;
    }
    Please visit this site for more info.
    Hey, you gotta start somewhere

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    48
    No, but really. That's a pretty dumb question. You might as well have said "How do you make a virus? It's not like I'm going to make one, but I just want to know how you do? All those who know how to make a virus please say 'I' ". If you really want to know how to make a virus go to a hackers board, or then again, don't. There's no point in learning it. Move on, change your user name, and learn how to make games or something.
    Hey, you gotta start somewhere

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Integrate my visual c++ project
    By GOBLIN-85 in forum C++ Programming
    Replies: 5
    Last Post: 11-01-2008, 06:15 PM
  2. starting up a c++ project using visual C++ version 6
    By stanlvw in forum C++ Programming
    Replies: 6
    Last Post: 01-11-2008, 02:02 AM
  3. MS Visual C++ 6 wont include vector.h in a header file
    By bardsley99 in forum C++ Programming
    Replies: 9
    Last Post: 11-06-2003, 12:05 PM
  4. help with project using classes
    By DoItAllMom115 in forum C++ Programming
    Replies: 7
    Last Post: 04-30-2003, 10:27 PM
  5. odd errors from msvc std library files
    By blight2c in forum C++ Programming
    Replies: 6
    Last Post: 04-30-2002, 12:06 AM