| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added version checks on server. | auth12 | 2020-08-28 | 1 | -17/+91 |
| | | | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 1 | -2/+2 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 1 | -14/+25 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 1 | -2/+36 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 1 | -58/+112 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 1 | -39/+98 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Compile fix. | auth12 | 2020-07-24 | 1 | -2/+6 |
| | | | | | Fixed x64 image support server side. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 1 | -4/+4 |
| | | |||||
| * | Injection and server changes. | auth12 | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 1 | -2/+41 |
| | | | | | 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 | 1 | -0/+14 |
| |\ | |||||
| | * | More placeholders and general plan. | auth | 2020-07-18 | 1 | -0/+14 |
| | | | |||||
| * | | Fixed filters and project. | auth | 2020-07-18 | 1 | -1/+1 |
| |/ | |||||
| * | Added injection placeholders. | auth | 2020-07-17 | 1 | -1/+2 |
| | | |||||
| * | Client login handling on server. | auth | 2020-07-14 | 1 | -15/+50 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 1 | -0/+57 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Small changes. | auth | 2020-07-11 | 1 | -33/+41 |
| | | |||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 1 | -29/+49 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 1 | -6/+1 |
| | | | | | Small changes to client on server. | ||||
| * | Added support for packet actions. | auth | 2020-07-05 | 1 | -20/+10 |
| | | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Added client timeout. | auth | 2020-07-02 | 1 | -4/+15 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||
| * | Added json implementation for packets. | auth | 2020-06-30 | 1 | -17/+8 |
| | | | | | Added useful operators for packet and server class for easier access. | ||||
| * | Finished pe image implementation wrapper. | alpine | 2020-06-27 | 1 | -9/+19 |
| | | | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header. | ||||
| * | Removed xor on streaming for now. | alpine | 2020-06-25 | 1 | -2/+2 |
| | | |||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 1 | -0/+12 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 1 | -41/+42 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 1 | -39/+41 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 1 | -18/+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 | -11/+28 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 1 | -5/+15 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 1 | -2/+6 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 1 | -4/+30 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 1 | -0/+14 |