Jus a quick question
I've always wondered this.
We can code in C++ or what not but....
Do people who speak other languages write like us?
Just asking because half of my family is Portuguese,
therefor i speak Portuguese.
I mean is to us it is WriteProcessMemory for example.
But in Portuguese it is EscreverProcessoMemória.
So my question is do they write in English or their own native language?
lol sorry if this is weird but it was bugging me because my cousin asked me to teach him and i said i might have to teach him English first, lol
They still have to use the English APIs. I remember visiting a chinease security forum when I was working on my rootkit, they spoke Chinease, comments were chinease, but the actual APIs being used were English. It was still if, else, etc.. throw, try, catch, int(and basic types). All the keywords were the same.
They may have special compilers etc, but I doubt it.