Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Programming Language

  1. #1
    Senior Member
    Join Date
    Aug 2001
    Posts
    110

    Programming Language

    What is the most powerful promming language used by hackers?
    C/C++? Assembly? Java? VB? ............etc....

  2. #2
    Senior Member
    Join Date
    Dec 2001
    Posts
    319
    Assembly...definitely...followed by C

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    Why do you say Assembly?
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  4. #4
    Banned
    Join Date
    Sep 2001
    Posts
    521

    hrm

    Well im no expert programer nor a hacker..... but id have to say you dont REALLY need assembly too much but C/C++ is very good to know.

  5. #5
    Senior Member
    Join Date
    Aug 2001
    Posts
    110
    Why would you say i don't really need assembly lang but c/c++ is good to know. Could you kindly please explain it to me? Some my friends says that C/C++ and Assembly are good combinations.
    Listen closely to your enemies. They tell you your faults.

  6. #6
    Member
    Join Date
    Aug 2001
    Posts
    69
    Assembly is the nearest language to binary (a.k.a. base machine language composed of only 1's and 0's).
    You'll need ASM if you do need to create and understand buffer overflows, in reverse engineering etc.
    C/C++ are also good languages whose coding is easier than ASM.
    But there's no such rule, that "hackerz shall know ASM", but if they do, than that's a positive marker...
    Try, Fail but Do iT at last!
    ASA The ZeroTimeR
    The Turkish IT Documentation Project

  7. #7
    AO Curmudgeon rcgreen's Avatar
    Join Date
    Nov 2001
    Posts
    2,716

    Thumbs up

    Scripting languages. (Perl etc) talk to an interpreter.

    C talks to the Operating system.

    Assembly talks to the hardware.

    Ask yourself "Where do we want to go today?"
    I came in to the world with nothing. I still have most of it.

  8. #8
    Banned
    Join Date
    Mar 2002
    Posts
    968
    Talking about Programming languages, anybody ever work (or heard of) Turing?

  9. #9
    Senior Member
    Join Date
    Jan 2002
    Posts
    187
    is turing a language?

    i've heard of turing machines, they're the first real machines w/memory. a lot of the logic used in them is used in building compilers for languages (c++,java, you name it)....

    you can read about it at http://plato.stanford.edu/entries/turing-machine/
    U suk at teh intuhnet1!!1!1one

  10. #10
    Senior Member cwk9's Avatar
    Join Date
    Feb 2002
    Posts
    1,207
    Assembly gives you the most control over the machine but c++ and java are more useful.
    Its not software piracy. I’m just making multiple off site backups.

Posting Permissions

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