are there any methods of hacking using c++ language?? just tell me about anythi9ng which can
b hacked??

Recommended Answers

All 3 Replies

C++ can directly specify the commands to be run on the processor, so with C++ the processor can be made to do anything it is capable of.

just tell me about anythi9ng which can b hacked??

Examples of things that can be hacked; operating systems, programs, hardware, networks. Everything.

Your question is ridiculously vague, hence the vague answer.

Hacking is a term open to interpretation. In recent years, it is mostly associated with illegal or inappropriate behavior. In general, it can refer to playing with things to see how they work or just plain tinkering.

What is your definition of hacking?

Methods: it can be used to inject your own code in a process (hooking). You can also use it to read / write a process's memory which is really useful sometimes.

What can "hack" with it: almost everything that runs on that computer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.