| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added version checks on server. | auth12 | 2020-08-28 | 1 | -44/+61 |
| | | | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour. | ||||
| * | Improved CPU usage drastically. | auth12 | 2020-08-06 | 1 | -14/+34 |
| | | | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 1 | -76/+127 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 1 | -100/+197 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 1 | -55/+96 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 1 | -4/+4 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 1 | -0/+3 |
| | | |||||
| * | Imported modules are now manual mapped. | auth12 | 2020-07-27 | 1 | -0/+1 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 1 | -39/+41 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Compile fix. | auth12 | 2020-07-24 | 1 | -1/+4 |
| | | | | | Fixed x64 image support server side. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 1 | -2/+3 |
| | | |||||
| * | Injection and server changes. | auth12 | 2020-07-22 | 1 | -2/+5 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 1 | -25/+17 |
| | | | | | Process class implementation. | ||||
| * | Added game selection. | auth12 | 2020-07-21 | 1 | -141/+164 |
| | | | | | | Started process wrapper. Removed asmjit. | ||||
| * | Syscalls. | auth12 | 2020-07-20 | 1 | -11/+53 |
| | | | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper. | ||||
| * | Merge branch 'master' into windows | auth12 | 2020-07-19 | 1 | -3/+7 |
| |\ | |||||
| | * | More placeholders and general plan. | auth | 2020-07-18 | 1 | -3/+7 |
| | | | |||||
| * | | Merge branch 'master' into windows | auth | 2020-07-17 | 1 | -9/+1 |
| |\| | |||||
| | * | Refactoring. | auth | 2020-07-17 | 1 | -9/+1 |
| | | | |||||
| * | | Merge branch 'master' into windows | auth | 2020-07-17 | 1 | -1/+4 |
| |\| | |||||
| | * | Added injection placeholders. | auth | 2020-07-17 | 1 | -1/+4 |
| | | | |||||
| * | | Added windows support on client. | auth12 | 2020-07-16 | 1 | -1/+3 |
| |/ | |||||
| * | Client login handling on server. | auth | 2020-07-14 | 1 | -3/+35 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 1 | -6/+25 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Small changes. | auth | 2020-07-11 | 1 | -6/+6 |
| | | |||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 1 | -1/+4 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 1 | -4/+1 |
| | | | | | Small changes to client on server. | ||||
| * | Added support for packet actions. | auth | 2020-07-05 | 1 | -20/+20 |
| | | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Replaced std::byte by uint8_t | auth | 2020-07-03 | 1 | -1/+1 |
| | | |||||
| * | Started asmjit wrapper for easier manipulation. | auth | 2020-07-03 | 1 | -0/+10 |
| | | |||||
| * | Added client timeout. | auth | 2020-07-02 | 1 | -0/+12 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||
| * | Added json implementation for packets. | auth | 2020-06-30 | 1 | -2/+3 |
| | | | | | Added useful operators for packet and server class for easier access. | ||||
| * | Added server certificate verification on client. | alpine | 2020-06-26 | 1 | -1/+1 |
| | | | | | Xor is now used only with messages. | ||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 1 | -1/+1 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 1 | -27/+29 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 1 | -26/+27 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 1 | -25/+14 |
| | | | | | | | 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 | -1/+1 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 1 | -0/+6 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 1 | -4/+11 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 1 | -4/+13 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 1 | -0/+29 |