Skip to main content

Posts

Showing posts with the label C

Learn Hacking: Part 2: Programming:

Programming Do I Really Need It? You might be asking yourself, do I even need to learn a programming language? The answer to that is both yes and no. It all depends on what your goals are. Nowadays, with all the point and click programs out there, you can be a fairly good ethical hacker without knowing any programming. You can do some effective hacking if you understand all of the security tools very well. Even if you understand what’s going on in the background of these programs, most people will still classify you as a script kiddie. Personally I think you should learn some programming. Even if it’s the very basics, it’ll give you a much better understanding of what’s going on. Also, once you learn how to program well, you’ll be able to develop your own exploits, which is great in many ways: 1. You’ll be considered an elite hacker. 2. Imagine a black hat discovers a vulnerability and codes an exploit for it that no one else knows about. The black hat would be able to t...

How To Install Turbo C, C++ In Windows 7: (Noob Friendly)

Many people (Crazy Ppls) says that it is impossible to install Turbo C in Windows 7. Now I gonna Post a articles for that noobs, This post will explain completely how to install Turbo C in windows 7. Lets Get into the step. "This Tutorial was not made by me. All credits goes to the real author of this article" 1. Install the software DOSBox ver 0.73 : download here 2. Create a folder,for example „Turbo“ (c:\Turbo\) 3. Download and extract TC into the Turbo folder (c:\Turbo\): download here 4. Run the DOSBox 0.73 from the icon located on the desktop: 5. Type the following commands at the command prompt [Z]: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo] Now you should get a message which says: Drive D is mounted as a local directory c:\Turbo\ 6. Type d: to shift to d: 7. Next follow the commands below: cd tc cd bin tc or tc.exe [This starts you the Turbo C++ 3.0] 8. In the Turbo C++ goto Options>Directories> Change the source of TC...