Skip to content
forked from zzrat/zzrat

Remote desktop and file transfer tool.

Notifications You must be signed in to change notification settings

SadalsuudICU/zzrat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer : This software is meant for educational purposes only. I'm not responsible for any malicious use of the app.

zzrat

Remote desktop, file transfer, remote shell ...

Currently supported

  • Remote desktop view
  • File transfer
  • Remote shell
  • Memory load
  • And much more

System requirements

  • Windows 10 or higher (x86_64 CPU)

Build the project (Windows)

  • Instructions on how to build zzrat
git clone --recursive https://github.com/987699873/zzrat.git
cd zzrat && mkdir build && cd build
cmake ..

Screenshots

ScreenShot

Videos

https://www.bilibili.com/video/BV1eZpnePECJ

Dependencies

  • Thanks a lot to dchapyshev for aspia whose elegant architecture has greatly inspired and improved the code in this repository
  • Thanks to ocornut for their amazing Dear ImGui which is used for building the entire interface
    • Thanks to aiekick for ImGuiFileDialog used for displaying the file selection dialog
    • Thanks to leiradel for ImGuiAl used for the logger
  • Thanks to nothings for stb used for loading/decoding images from file/memory
  • Thanks to qicosmos for rest_rpc inspired by its RPC design
  • Thanks to nlohmann for their json library used for serialization and deserialization
  • Thanks to strivexjun for their MemoryModulePP library used to load a DLL from memory

Contribute

  • Quality contributions are welcome!

Contacts

  • QQ: 3875657991
  • QQ Group: 956074112

About

Remote desktop and file transfer tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.3%
  • C 23.8%
  • CMake 1.9%