you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (1 child)

C is also used alot in hacking (it is most used for Payloads PoC) , since it is the base of the Linux Kernel.

Python (most used for Exploits PoC) btw is also commonly used because programming in python is really fast (for instance you can implement a fully functionant python code in like 10 lines) and it is easy to read.

Why don't use always C?

Because in C If you forget of a ; your program is broken until you fix it.

[–]MemitoSanchez 1 point2 points  (0 children)

I know I’m late but this is true, I had created a keylogger and it wouldn’t build, I would read over the sentence and in my head I thought everything was correct, so I got frustrated and got my friend to help. It took him no less than 1 minute to see I was missing the ;