Members Online
Total Online: 37 Web Spiders: 16
Guests Online: 33
Members Online: 4
Registered Members: 70173 Newest Member: TheGreek
|
View Thread
| Author |
RE: Do you really need to know programming to hack |
bl4ckc4t
Member
Posts: 591
Location: /etc/
Joined: 07.03.06 Rank: HBH Guru |
|
Programming languages are compiled into exe, they are linked to ASM then finally binary format, so that they control the processor.
Pros of programming language:
Standalone programs, they run by themselves
Speed, they tend to run faster
Cons:
It is hard to change something in the program without recompiling or without a debugger/disassembler.
Interpreted languages are run by the interpreter, so you are scblockedripting the exe to do what you would like for it to do. Interpreted languages generally run slightly slower than programming languages.
Pros of interpreted language:
Not compiled, easy to change and edit
Double use, most scblockedripting languages can double for web programming
Cons:
If speed is your concern, interpreted languages have to be linked to binary the spot, making them slower.
Not standalone, you need the interpreter with you to run the scblockedript.
|
|
| Author |
RE: Do you really need to know programming to hack |
TROY
Member

Posts: 83
Location: EBX=7EFDE000
Joined: 17.06.08 Rank: Active User |
|
Thanks for all your replys, from what i've seen i'm getting straight into C++, i know that it may be quite difficult considering it is the first language (excluding html) that i am really trying to learn, i am finding quite hard but i do feel as though i am progressing, thanks for all your support.
|
|
| Author |
RE: Do you really need to know programming to hack |
mambo
Member

Posts: 265
Location: The Web
Joined: 26.12.07 Rank: Monster |
|
my first programm was written in assembler for a project
learn assembler
it can only get easier
 |
|
| Author |
RE: Do you really need to know programming to hack |
TROY
Member

Posts: 83
Location: EBX=7EFDE000
Joined: 17.06.08 Rank: Active User |
|
|
mambo wrote:
my first programm was written in assembler for a project
learn assembler
it can only get easier
haha or maching code lol
|
|
| Author |
RE: Do you really need to know programming to hack |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
Me, earlier:
A programming language is a compiled language, while a scblockedripting language is an interpreted one. A compiled language can make programs that are executable on their own; an interpreted language needs the interpreter installed on the machine. Notable exceptions to this are cases where a program has been created to compile scblockedripting languages; I know there is one for Perl, but that's all I know off-hand. Another key difference is that scblockedripting languages can be fed commands directly through
the interpreter in a one-by-one fashion, instead of having to compile a program to run commands.
bl4ckc4t wrote:
Programming languages are compiled into exe, they are linked to ASM then finally binary format, so that they control the processor.
Pros of programming language:
Standalone programs, they run by themselves
Speed, they tend to run faster
Cons:
It is hard to change something in the program without recompiling or without a debugger/disassembler.
Interpreted languages are run by the interpreter, so you are scblockedripting the exe to do what you would like for it to do. Interpreted languages generally run slightly slower than programming languages.
Pros of interpreted language:
Not compiled, easy to change and edit
Double use, most scblockedripting languages can double for web programming
Cons:
If speed is your concern, interpreted languages have to be linked to binary the spot, making them slower.
Not standalone, you need the interpreter with you to run the scblockedript.
... Exactly. 
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
|
|
|