| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added version checks on server. | auth12 | 2020-08-28 | 1 | -1/+7 |
| | | | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 1 | -1/+12 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 1 | -5/+2 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 1 | -2/+3 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Client injection. | auth12 | 2020-07-22 | 1 | -0/+1 |
| | | | | | Process class implementation. | ||||
| * | Client login handling on server. | auth | 2020-07-14 | 1 | -2/+3 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 1 | -1/+13 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 1 | -4/+7 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 1 | -6/+9 |
| | | | | | Small changes to client on server. | ||||
| * | Added support for packet actions. | auth | 2020-07-05 | 1 | -4/+7 |
| | | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Added client timeout. | auth | 2020-07-02 | 1 | -5/+20 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||
| * | Added server certificate verification on client. | alpine | 2020-06-26 | 1 | -1/+0 |
| | | | | | Xor is now used only with messages. | ||||
| * | Removed xor on streaming for now. | alpine | 2020-06-25 | 1 | -2/+0 |
| | | |||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 1 | -3/+8 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 1 | -37/+31 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 1 | -32/+36 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 1 | -1/+5 |
| | | | | | | | 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 | 1 | -3/+3 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 1 | -6/+7 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 1 | -21/+8 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 1 | -0/+57 |
| Message encryption. Packet handler. Disconnect event handler. | |||||