cacti
+ Reply to Thread
Results 1 to 6 of 6

Thread: Programming Starts

  1. #1
    Join Date
    Oct 2008
    Posts
    19

    Programming Starts

    i want to learn how to program things. mainly viruses so i can learn how to counteract them. u know like know how they work and how to dissassemble one. also i want to learn how 2 program a pro rat type program. i dont want to just have a downloadable one, i want to make it. if anybody has any tips on getting started just post them up. you can also tell me how you got started in programming in order to give me some ideas on how i should get started THX!!!

  2. #2
    Join Date
    Apr 2007
    Posts
    922
    I don't know anything about programming, but most rats are programmed in delphi or c++. The others here can help you more.

  3. #3
    Join Date
    Sep 2006
    Posts
    1,649
    Quote Originally Posted by gordo View Post
    I don't know anything about programming, but most rats are programmed in delphi or c++. The others here can help you more.
    Gordo's right, most RATs are coded in C++, seeing as how C++ can deal on very low level terms. Viruses and such can also be coded in assembly language, but for a first-timer, C++ will be easier to learn.

    So, get cracking on C++!

    [url]http://www.cprogramming.com/[/url]
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  4. #4
    Join Date
    Oct 2008
    Posts
    19
    Quote Originally Posted by Moonbat View Post
    Gordo's right, most RATs are coded in C++, seeing as how C++ can deal on very low level terms. Viruses and such can also be coded in assembly language, but for a first-timer, C++ will be easier to learn.

    So, get cracking on C++!

    [url]http://www.cprogramming.com/[/url]
    i was looking at the C++ and i recognized a bunch of algebraic symbols and formulas. is that basically all C++ is? because i understood about half of it, and just realised that i was using some sort of C programming in a computer class i took in *****man year.

  5. #5
    Join Date
    Sep 2006
    Posts
    1,649
    Quote Originally Posted by sufferage06 View Post
    i was looking at the C++ and i recognized a bunch of algebraic symbols and formulas. is that basically all C++ is? because i understood about half of it, and just realised that i was using some sort of C programming in a computer class i took in *****man year.
    While a lot of operations may deal with algebra-type material, you will have to learn some entirely new concepts of programming. If you are dealing with a RAT, you will have to learn about some networking (sockets, ports, etc.)

    I'm sure you will also have to cover memory management (using the new and delete keywords of C++, and also pointers).
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  6. #6
    Join Date
    Oct 2008
    Posts
    19
    ugh... (>_<) this is guna take a while to learn. oo well i really want to do it so itll be worth it

+ Reply to Thread

Posting Permissions

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