aboutsummaryrefslogtreecommitdiff
path: root/client/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-39/+41
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-241-1/+4
| | | | Fixed x64 image support server side.
* 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
| | | | Process class implementation.
* Added game selection.auth122020-07-211-141/+164
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-11/+53
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* 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
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-6/+25
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-111-6/+6
|
* Added blacklist implementation on server.auth2020-07-111-1/+4
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-051-4/+1
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-051-20/+20
| | | | | Added support for client hwid handling. Removed timeout client message.
* 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 imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-301-2/+3
| | | | Added useful operators for packet and server class for easier access.
* Added server certificate verification on client.alpine2020-06-261-1/+1
| | | | Xor is now used only with messages.
* Added 2 key xor encryption for streams.alpine2020-06-251-1/+1
|
* Added client version control.alpine2020-06-241-27/+29
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-181-26/+27
|
* Finished session id on client and server.alpine2020-06-181-25/+14
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* 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
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-131-4/+13
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-041-0/+29