Vircar是一个虚拟汽车,采用C语言编写,可以通过电脑连接到CAN总线上,并且可以把注册相关信息发送到ECU。
运行环境:
gcc
linuxkernel(can.h)
can-utils
编译安装:
$ git clone https://github.com/dn5/vircar.git$ cd vircar$ make$ chmod 777 vircar$ sudo ./vircarWelcome to vir(tual) car.~vircar is an open-source projectcoded by Halis Duraki as a solo paper on vehicle hacking and reverse engineering.=========================================https://github.com/dn5/vircar# waiting for operation软件退出Ctrl+C或者杀死进程:
$ ./vircar kka-boom, pfw, aaa, ts*car exploded*
评论