aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Changed log prefixes to be more descriptive of the log entry.auth122020-08-281-4/+3
|
* Added version checks on server.auth122020-08-284-19/+100
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* More ui improvements.auth122020-08-052-3/+3
| | | | Under the hood improvements.
* Added ui.auth122020-08-034-17/+39
|
* Started security.auth122020-08-012-14/+59
|
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-282-59/+115
|
* Process class redesign.auth122020-07-283-7/+3
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-278-86/+159
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Compile fix.auth122020-07-242-8/+27
| | | | Fixed x64 image support server side.
* Injection process changes and server improvements.auth122020-07-243-5/+7
|
* Injection and server changes.auth122020-07-222-1/+4
|
* Client injection.auth122020-07-223-3/+43
| | | | 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-194-5/+58
|\
| * More placeholders and general plan.auth2020-07-184-5/+58
| |
* | Fixed filters and project.auth2020-07-181-1/+1
|/
* Added injection placeholders.auth2020-07-175-10/+43
|
* Client login handling on server.auth2020-07-147-59/+98
| | | | More error handling for forum responses.
* Forum integration.auth2020-07-137-57/+194
| | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes.
* Small changes.auth2020-07-117-46/+69
|
* Added blacklist implementation on server.auth2020-07-1110-47/+150
| | | | Overall code cleanup and optimization.
* More assembler implementations.auth2020-07-053-16/+17
| | | | Small changes to client on server.
* Added support for packet actions.auth2020-07-053-26/+26
| | | | | Added support for client hwid handling. Removed timeout client message.
* Added client timeout.auth2020-07-027-22/+70
| | | | | Added json imports for pe images. Added wrapper to support streaming strings.
* Added json implementation for packets.auth2020-06-303-31/+27
| | | | Added useful operators for packet and server class for easier access.
* Finished pe image implementation wrapper.alpine2020-06-278-10/+165
| | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
* Added server certificate verification on client.alpine2020-06-263-5/+8
| | | | Xor is now used only with messages.
* Removed xor on streaming for now.alpine2020-06-255-15/+9
|
* Added 2 key xor encryption for streams.alpine2020-06-255-9/+77
|
* Added client version control.alpine2020-06-2410-461/+423
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-1811-430/+462
|
* Finished session id on client and server.alpine2020-06-187-31/+34
| | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes.
* Renamed uid to session id.alpine2020-06-164-30/+45
|
* Finished session/user id generation.alpine2020-06-154-52/+69
|
* Removed xor as it was slowing down everything alot.alpine2020-06-157-86/+78
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-139-19/+403
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-0411-0/+239