From 1239ad02b43fe831f3a3c5a1fc74afef8b96001d Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:31:12 +0100 Subject: Create README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fb4b47 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +![C/C++ CI](https://github.com/auth12/loader/workflows/C/C++%20CI/badge.svg) +# Preface +Loader is a fully featured remote image loader, with a windows client and a linux server, only windows x64bit is supported because the current syscalls implementation only works on 64bit. + +# How to build +## server +``` +mkdir build +cd build +cmake .. +build +``` +## client +open the solution and build. + +# Features +- 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. + +# Credits +- [linux-pe](https://github.com/can1357/linux-pe) +- [fmt](https://github.com/fmtlib/fmt) +- [mstl](https://gitlab.com/madddie/my-toolkit) -- cgit v1.2.3