I barely have enough time to continue working on it, this has been a project in the works for about a month and im pretty happy with the progress i’ve made and the knowledge i gained making this, the client runs on windows 64bit only and the server linux.
Feature list:
- 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.
What to improve/do:
- finish hwid.
- add more security.
- add driver support.
- forum subscription checks, should be really easy, just check user groups when parsing forum api response.
this can be easily adapted to anything you want to do, the server/client class implementations can be pretty much be c+p into anything and they would work fine
- clone recursively to pull submodules.