An RFB proxy, written in go that can save and replay FBS files
Go to file
2017-06-12 18:56:50 +03:00
.idea added the project files for vscode and intellij 2017-06-12 18:40:41 +03:00
.vscode added the project files for vscode and intellij 2017-06-12 18:40:41 +03:00
vnc added coRRE 2017-06-12 18:56:50 +03:00
LICENSE Initial commit 2017-06-12 18:31:58 +03:00
main.go A fully functional VNC reader including tight encoding 2017-06-12 18:35:05 +03:00
README.md Create README.md 2017-06-12 18:38:15 +03:00

VncProxy

A RFB proxy, written in go that can save and replay RBS files

Still a work in progress, but the client side already includes all the required encodings understanding the RemoteFrameBuffer protocol is important since we need to save the frameResponses with timestamps

some server code will be added shortly, with the proxying logics.