zhugegy / Das-Boot

Remote PC control (Windows Platform). || PC远程控制(Windows平台)。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Das Boot

Remote PC control (Windows Platform).

For study purpose only. Needs Visual Studio 2015 (or later versions) and C++11 to compile.

Video Demo: Vimeo

Executable File Download: Google Drive

Features:

  • Addons design: functionalities are sent to clients individually as dll files
  • The client program's functionalities are solely receiving and loading dll files, thus it doesn't need frequent modifications or updates
  • Functionalities are dynamically loaded once received, needless to restart the client program

Das Boot

PC远程控制(Windows平台)。

仅供学习使用。需要Visual Studio 2015或之后版本和C++11进行编译。

演示视频:BiliBili

可执行文件下载:蓝奏云

特色:

  • 插件形式的设计:功能以dll文件的形式单独传输给客户端
  • 客户端的功能只是接收和加载dll文件,因此它不需要频繁的修改或更新
  • 功能传输到客户端后会动态加载,无需重启客户端

About

Remote PC control (Windows Platform). || PC远程控制(Windows平台)。


Languages

Language:C++ 65.6%Language:C 34.4%