aboutsummaryrefslogtreecommitdiff
path: root/client/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-44/+61
* Improved CPU usage drastically.auth122020-08-061-14/+34
* More ui improvements.auth122020-08-051-76/+127
* Added ui.auth122020-08-031-100/+197
* Started security.auth122020-08-011-55/+96
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-281-4/+4
* Process class redesign.auth122020-07-281-0/+3
* Imported modules are now manual mapped.auth122020-07-271-0/+1
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-39/+41
* Compile fix.auth122020-07-241-1/+4
* Injection process changes and server improvements.auth122020-07-241-2/+3
* Injection and server changes.auth122020-07-221-2/+5
* Client injection.auth122020-07-221-25/+17
* Added game selection.auth122020-07-211-141/+164
* Syscalls.auth122020-07-201-11/+53
* Merge branch 'master' into windowsauth122020-07-191-3/+7
|\
| * More placeholders and general plan.auth2020-07-181-3/+7
* | Merge branch 'master' into windowsauth2020-07-171-9/+1
|\|
| * Refactoring.auth2020-07-171-9/+1
* | Merge branch 'master' into windowsauth2020-07-171-1/+4
|\|
| * Added injection placeholders.auth2020-07-171-1/+4
* | Added windows support on client.auth122020-07-161-1/+3
|/
* Client login handling on server.auth2020-07-141-3/+35
* Forum integration.auth2020-07-131-6/+25
* Small changes.auth2020-07-111-6/+6
* Added blacklist implementation on server.auth2020-07-111-1/+4
* More assembler implementations.auth2020-07-051-4/+1
* Added support for packet actions.auth2020-07-051-20/+20
* Replaced std::byte by uint8_tauth2020-07-031-1/+1
* Started asmjit wrapper for easier manipulation.auth2020-07-031-0/+10
* Added client timeout.auth2020-07-021-0/+12
* Added json implementation for packets.auth2020-06-301-2/+3
* Added server certificate verification on client.alpine2020-06-261-1/+1
* Added 2 key xor encryption for streams.alpine2020-06-251-1/+1
* Added client version control.alpine2020-06-241-27/+29
* Changed clang format style.alpine2020-06-181-26/+27
* Finished session id on client and server.alpine2020-06-181-25/+14
* Renamed uid to session id.alpine2020-06-161-1/+1
* Finished session/user id generation.alpine2020-06-151-0/+6
* Removed xor as it was slowing down everything alot.alpine2020-06-151-4/+11
* Client.alpine2020-06-131-4/+13
* Initial commitalpine2020-06-041-0/+29