Tty控制台录制-ttyrec
ttyrec 是一个 tty 控制台录制程序,其所录制的数据文件可以使用与之配套的 ttyplay 播放。不管是你在 tty 中的各种操作,还是在 tty 的其它的软件,都可进行录制。ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty.
安装成功后,包括ttyrec、ttyplay、ttytime三个可执行文件:
ttyrec-用于录制 tty 控制台
ttyplay-用来播放 ttyrec 所录制的数据文件
ttytime-了解 ttyrec 所录制数据文件的时间
ttyrec的使用亦很简单:
在执行ttyrec指令后,即开始录制过程。注意,ttyrec没有输出任何提示信息,若是录制完成,则可以使用exit结束。
ttyrec所录制的数据文件一般为ttyrecord,可使用ttyplay ttyrecord播放。当然,回放工具并不是维一的,ipbt 也是一款用来回放 ttyrec 所录制的控制台输入过程的工具。
最新版本:1.0
项目主页:http://0xcc.net/ttyrec/index.html.en