F
F
Flatron2017-05-07 19:33:36
assembler
Flatron, 2017-05-07 19:33:36

How to write a remote access system in assembler?

I want to write something like a team viewer. What knowledge should I have?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dinegnet, 2017-05-27
@dinegnet

the biggest problem will not be in assembler per se.
but how do you get to the screen data, for example
, and how do you send the data to the network

, that is, decide:
1) whether you will write the network stack in assembler or use the network stack of the operating system
2) to work with the screen, decide in which OS the case will take place.

S
Saboteur, 2017-05-07
@saboteur_kiev

First ask yourself:
1. Do you understand the difference between a programming language and technology?
2. Do you know the difference between the words time and team?
And so - you should have a good knowledge of the following technologies - system libraries for working with the screen, mouse and keyboard, and network protocols.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question