Can you write exploits with C++?
Simple answer, yes you can.
Well im not a expert at C++ but by the look of it I think you can.
I could be wrong.
You can. But it isn't as reliable as the other lesser know languages. What you should do is learn a language that isn't that popular and use it.
"exploits" could be written with any language including binary
d3tox Wrote:You can. But it isn't as reliable as the other lesser know languages. What you should do is learn a language that isn't that popular and use it.
"Isn't reliable"? Don't talk shit. It's the most reliable language, it has a huge community and it isn't open source which is in this case good because no one can find any exploits in the language itself (that kind of exploit can be used to hack any program compiled from C).
Most exploits are written in C so you will have many examples if you determine to learn it.
even a simple code such as
for(;;;)
{
for(;;;)
{
for(;;;)
}
cout<<"\a" ;
}
can lag somebody's comp
Thanks for the responses.