Robbert

Results 4 comments of Robbert

Diffie-Hellman is a start, but built on it is [Station-to-Station protcol](https://en.wikipedia.org/wiki/Station-to-Station_protocol) which uses digital signatures in order to prevent man-in-the-middle attacks. Just a suggestion ;)

Hello @fronfron , you can find the code I wrote for this specific game in https://github.com/RobbertH/scrcpy-opencv/blob/master/scrcpy/app/src/opencv_injection.cpp The language used is C++. What you would need to do is modify the...

But I would first try to see if this compiles on your machine. There instructions for that in the readme of this repository. Good luck!

I have no experience with cross building for windows. If you can install OpenCV and libswscale-dev on windows in a way that the linker can find it, I suppose it's...