| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed log prefixes to be more descriptive of the log entry. | auth12 | 2020-08-28 | 1 | -2/+2 |
| | | |||||
| * | Added version checks on server. | auth12 | 2020-08-28 | 9 | -98/+87 |
| | | | | | | | 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 | 15 | -747/+604 |
| | | | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 16 | -135/+332 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 22 | -118/+35256 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 16 | -295/+518 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 6 | -20/+126 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 7 | -444/+328 |
| | | |||||
| * | Removed linuxpe dependency on windows client. | auth12 | 2020-07-27 | 4 | -51/+115 |
| | | |||||
| * | Imported modules are now manual mapped. | auth12 | 2020-07-27 | 8 | -50/+267 |
| | | |||||
| * | Fixed support for colored text. | auth12 | 2020-07-27 | 1 | -2/+6 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 20 | -591/+658 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Compile fix. | auth12 | 2020-07-24 | 3 | -13/+10 |
| | | | | | Fixed x64 image support server side. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 12 | -125/+209 |
| | | |||||
| * | Injection and server changes. | auth12 | 2020-07-22 | 4 | -34/+26 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 11 | -82/+605 |
| | | | | | Process class implementation. | ||||
| * | Added game selection. | auth12 | 2020-07-21 | 21 | -535/+637 |
| | | | | | | Started process wrapper. Removed asmjit. | ||||
| * | Syscalls. | auth12 | 2020-07-20 | 10 | -20/+535 |
| | | | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper. | ||||
| * | Merge branch 'master' into windows | auth12 | 2020-07-19 | 4 | -8/+12 |
| |\ | |||||
| | * | More placeholders and general plan. | auth | 2020-07-18 | 4 | -8/+12 |
| | | | |||||
| * | | Added asmjit. | auth12 | 2020-07-19 | 4 | -9/+9 |
| | | | | | | | | | Fixed solution file. | ||||
| * | | Merge branch 'master' into windows | auth | 2020-07-17 | 3 | -15/+13 |
| |\| | |||||
| | * | Refactoring. | auth | 2020-07-17 | 4 | -25/+12 |
| | | | |||||
| * | | Merge branch 'master' into windows | auth | 2020-07-17 | 3 | -2/+28 |
| |\| | |||||
| | * | Added injection placeholders. | auth | 2020-07-17 | 3 | -2/+28 |
| | | | |||||
| * | | Added windows support on client. | auth12 | 2020-07-16 | 7 | -43/+42 |
| |/ | |||||
| * | Client login handling on server. | auth | 2020-07-14 | 3 | -5/+38 |
| | | | | | More error handling for forum responses. | ||||
| * | Forum integration. | auth | 2020-07-13 | 3 | -9/+41 |
| | | | | | | | Added separate packet ids for login request/response. Added login responses. Small code changes. | ||||
| * | Small changes. | auth | 2020-07-11 | 2 | -15/+16 |
| | | |||||
| * | Added blacklist implementation on server. | auth | 2020-07-11 | 4 | -12/+12 |
| | | | | | Overall code cleanup and optimization. | ||||
| * | More assembler implementations. | auth | 2020-07-05 | 3 | -8/+17 |
| | | | | | Small changes to client on server. | ||||
| * | Added support for packet actions. | auth | 2020-07-05 | 5 | -26/+36 |
| | | | | | | Added support for client hwid handling. Removed timeout client message. | ||||
| * | Replaced std::byte by uint8_t | auth | 2020-07-03 | 2 | -2/+2 |
| | | |||||
| * | Started asmjit wrapper for easier manipulation. | auth | 2020-07-03 | 4 | -0/+73 |
| | | |||||
| * | Added client timeout. | auth | 2020-07-02 | 3 | -1/+25 |
| | | | | | | Added json imports for pe images. Added wrapper to support streaming strings. | ||||
| * | Added json implementation for packets. | auth | 2020-06-30 | 2 | -20/+15 |
| | | | | | Added useful operators for packet and server class for easier access. | ||||
| * | Finished pe image implementation wrapper. | alpine | 2020-06-27 | 3 | -1/+1 |
| | | | | | | | 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 | 4 | -10/+14 |
| | | | | | Xor is now used only with messages. | ||||
| * | Removed xor on streaming for now. | alpine | 2020-06-25 | 2 | -19/+13 |
| | | |||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 5 | -7/+64 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 7 | -225/+230 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 7 | -202/+212 |
| | | |||||
| * | Finished session id on client and server. | alpine | 2020-06-18 | 4 | -45/+49 |
| | | | | | | | 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 | -18/+18 |
| | | |||||
| * | Finished session/user id generation. | alpine | 2020-06-15 | 3 | -6/+18 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 6 | -73/+74 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 7 | -83/+134 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 8 | -0/+262 |