Исходник C++ loader

Забаненный
Статус
Оффлайн
Регистрация
14 Ноя 2020
Сообщения
13
Реакции[?]
3
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
How to build
Код:
mkdir build
cd build
cmake ..
build

open the solution and build.

  • communication using TLS 1.3 + small xor implementation.
  • json client-server communication, packet struct implementation for easier parsing.
  • support for Xenforo forum integration on the server.
  • support for 32-64bit processes.
  • syscalls.
  • module patch detection.
  • basic debugger detection.
  • small gui.
  • fast image streaming.
  • relocations and imports done on server.
  • support for multiple games.
  • small client size.
  • manual map everything, including dependencies.
  • blacklist system.
  • normal timeout/security packet timeout.
  • unique client session ids.
  • server certificate verification.
  • client/server version control.

Loader is a fully featured remote image loader, with a windows client and a linux server, only windows 64bit is supported because the current syscalls implementation only works on 64bit.

Пожалуйста, авторизуйтесь для просмотра ссылки.
 
Забаненный
Статус
Оффлайн
Регистрация
14 Ноя 2020
Сообщения
13
Реакции[?]
3
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Сверху Снизу