| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed log prefixes to be more descriptive of the log entry. | auth12 | 2020-08-28 | 1 | -4/+3 |
| | | |||||
| * | Added version checks on server. | auth12 | 2020-08-28 | 4 | -19/+100 |
| | | | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 2 | -3/+3 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 4 | -17/+39 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 2 | -14/+59 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 2 | -59/+115 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 3 | -7/+3 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 8 | -86/+159 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Compile fix. | auth12 | 2020-07-24 | 2 | -8/+27 |
| | | | | | Fixed x64 image support server side. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 3 | -5/+7 |
| | | |||||
| * | Injection and server changes. | auth12 | 2020-07-22 | 2 | -1/+4 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 3 | -3/+43 |
| | | | | | Process class implementation. | ||||
| * | Added game selection. | auth12 | 2020-07-21 | 1 | -0/+26 |
| | | | | | | Started process wrapper. Removed asmjit. | ||||
| * | Syscalls. | auth12 | 2020-07-20 | 1 | -4/+4 |
| | | | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper. | ||||
| * | Merge branch 'master' into windows | auth12 | 2020-07-19 | 4 | -5/+58 |
| |\ | |||||
| | * | More placeholders and general plan. | auth | 2020-07-18 | 4 | -5/+58 |
| | | | |||||
| * | | Fixed filters and project. | auth | 2020-07-18 | 1 | -1/+1 |
| |/ | |||||
| * | Added injection placeholders. | auth | 2020-07-17 | 5 | -10/+43 |
| | | |||||
| * | Client login handling on server. | auth | 2020-07-14 | 7 | -59/+98 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 7 | -57/+194 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Small changes. | auth | 2020-07-11 | 7 | -46/+69 |
| | | |||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 10 | -47/+150 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 3 | -16/+17 |
| | | | | | Small changes to client on server. | ||||
| * | Added support for packet actions. | auth | 2020-07-05 | 3 | -26/+26 |
| | | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Added client timeout. | auth | 2020-07-02 | 7 | -22/+70 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||
| * | Added json implementation for packets. | auth | 2020-06-30 | 3 | -31/+27 |
| | | | | | Added useful operators for packet and server class for easier access. | ||||
| * | Finished pe image implementation wrapper. | alpine | 2020-06-27 | 8 | -10/+165 |
| | | | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header. | ||||
| * | Added server certificate verification on client. | alpine | 2020-06-26 | 3 | -5/+8 |
| | | | | | Xor is now used only with messages. | ||||
| * | Removed xor on streaming for now. | alpine | 2020-06-25 | 5 | -15/+9 |
| | | |||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 5 | -9/+77 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 10 | -461/+423 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 11 | -430/+462 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 7 | -31/+34 |
| | | | | | | | Started expirementing with ways to send version. Finished packet wrapper completely. Small code and formatting changes. | ||||
| * | Renamed uid to session id. | alpine | 2020-06-16 | 4 | -30/+45 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 4 | -52/+69 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 7 | -86/+78 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 9 | -19/+403 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 11 | -0/+239 |