原文出處:http://cyberelk.net/tim/software/rfbproxy/
RFB Proxy
What is it?
This program is a simple tool for recording VNC sessions. Make no mistake: it is hacked together
and very ugly. But it does the job. Please make it better. I test rfbproxy on Red Hat Linux; but the
sources should compile for Win32 using Cygwin.
It works in a similar way to a web proxy. It sits between the VNC viewer and the VNC server, and
relays messages between the two. It records the messages from the server, along with the timings, so
that during playback it can act as a simple VNC server just by replaying the messages at the right times.
Where is it?
Here: http://cyberelk.net/tim/data/rfbproxy/.
===