Jump to content
  • 0

[REQUEST] Skills needed to understand basics of how server operates


Question

Posted

What skills do I need?

I guess programming is one part, now what language is the best? Java? C++? Some other? And why? And what other skills should I have to be able to Develop a server OR be able to exploit it in one way or another

2 answers to this question

Recommended Posts

  • 0
Posted

You should learn how applications in windows works.

Something only a few handful here do.

 

After that, choose an unmanaged language for actually doing anything significant beyond script changes.

 

Unfourtunately, you can't do shit just with an unmanaged code/language, so therefor backtrack and begin learning how machinecode works, more specificly x86/64 instructions.

 

Then, your set to exploring how the application is written, and thereby change stuff as you tumble along.

  • 0
Posted

You should learn how applications in windows works.

Something only a few handful here do.

 

After that, choose an unmanaged language for actually doing anything significant beyond script changes.

 

Unfourtunately, you can't do shit just with an unmanaged code/language, so therefor backtrack and begin learning how machinecode works, more specificly x86/64 instructions.

 

Then, your set to exploring how the application is written, and thereby change stuff as you tumble along.

ah, thanks for the reply, how do I learn that? Are there any books available or something for that?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...