Skip to content
View zzrat's full-sized avatar
  • Joined Feb 9, 2025

Block or report zzrat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zzrat/README.md

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/zzrat/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

Pinned Loading

  1. zzrat zzrat Public

    Remote desktop and file transfer tool.

    C++ 138 43