aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-17/+91
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* More ui improvements.auth122020-08-051-2/+2
| | | | Under the hood improvements.
* Added ui.auth122020-08-031-14/+25
|
* Started security.auth122020-08-011-2/+36
|
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-281-58/+112
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-39/+98
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-241-2/+6
| | | | Fixed x64 image support server side.
* Injection process changes and server improvements.auth122020-07-241-4/+4
|
* Injection and server changes.auth122020-07-221-1/+1
|
* Client injection.auth122020-07-221-2/+41
| | | | Process class implementation.
* Added game selection.auth122020-07-211-0/+26
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-4/+4
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Merge branch 'master' into windowsauth122020-07-191-0/+14
|\
| * More placeholders and general plan.auth2020-07-181-0/+14
| |
* | Fixed filters and project.auth2020-07-181-1/+1
|/
* Added injection placeholders.auth2020-07-171-1/+2
|
* Client login handling on server.auth2020-07-141-15/+50
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-131-0/+57
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-111-33/+41
|
* Added blacklist implementation on server.auth2020-07-111-29/+49
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-051-6/+1
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-051-20/+10
| | | | | Added support for client hwid handling. Removed timeout client message.
* Added client timeout.auth2020-07-021-4/+15
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-301-17/+8
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-271-9/+19
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Removed xor on streaming for now.alpine2020-06-251-2/+2
|
* Added 2 key xor encryption for streams.alpine2020-06-251-0/+12
|
* Added client version control.alpine2020-06-241-41/+42
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-181-39/+41
|
* Finished session id on client and server.alpine2020-06-181-18/+5
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-161-11/+28
|
* Finished session/user id generation.alpine2020-06-151-5/+15
|
* Removed xor as it was slowing down everything alot.alpine2020-06-151-2/+6
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-131-4/+30
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-041-0/+14