Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RemoteAssistance-Cpp — [WIP]RemoteAssistance like TeamViewer(C++) | Kitploit
Tools/GitHubGitHub/dydtjr1128/remoteassistance-cpp
General Purpose UtilitiesPenetration TestingUtilities & FrameworksRed TeamingRemote Access Tool
GitHubdydtjr1128/remoteassistance-cpp

RemoteAssistance-Cpp

[WIP]RemoteAssistance like TeamViewer(C++)

View Repository
62266 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RemoteAssistance-Cpp

RemoteAssistance like TeamViewer C++ version

https://dydtjr1128.github.io/RemoteAssistance-Cpp/

It also made java swing version => Link

This version is only implemented up to local mirroring, which has not yet used network.

ToDo

  • - [x] Screen capture
  • - [x] Double buffering
  • - [ ] Add network code(socket)
  • - [ ] Plan the Image Transmission
  • - [ ] Boost asio 또는 IOCP
  • - [ ] SIMD compare
  • - [ ] Capture screen based OpenGL

Sample demo

gif6

Structure

root@kitploit:~
Client <-> Broker server(Session) <-> Client
  ↑                                     ↑
  └─────────────────────────────────────┘
                Data send

image image

A Plan about the Image Transmission Algorithm

  1. Unconditionally Full Data Transfer
  2. Compare with previous data and transfer if different
  3. Import data from random locations, compare with previous data, and transfer if different
  4. Divide image data into grid and compare each grid in parallel

This case must be considered comparison process(like SIMD..)


Download Tool