| 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 | 4 | -15/+9 |
| | | | | | | | 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 | 2 | -10/+113 |
| | | | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist. | ||||
| * | More ui improvements. | auth12 | 2020-08-05 | 3 | -0/+17 |
| | | | | | Under the hood improvements. | ||||
| * | Added ui. | auth12 | 2020-08-03 | 3 | -5/+8 |
| | | |||||
| * | Started security. | auth12 | 2020-08-01 | 7 | -153/+49 |
| | | |||||
| * | Added server support for both x64 and x32 images with automatic selection. | auth12 | 2020-07-28 | 2 | -4/+8 |
| | | |||||
| * | Process class redesign. | auth12 | 2020-07-28 | 2 | -156/+73 |
| | | |||||
| * | Removed linuxpe dependency on windows client. | auth12 | 2020-07-27 | 2 | -2/+3 |
| | | |||||
| * | Imported modules are now manual mapped. | auth12 | 2020-07-27 | 3 | -0/+85 |
| | | |||||
| * | Fixed support for colored text. | auth12 | 2020-07-27 | 1 | -2/+6 |
| | | |||||
| * | Removed spdlog, using fmt wrapper instead. | auth12 | 2020-07-27 | 7 | -77/+134 |
| | | | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes. | ||||
| * | Injection process changes and server improvements. | auth12 | 2020-07-24 | 6 | -80/+37 |
| | | |||||
| * | Client injection. | auth12 | 2020-07-22 | 5 | -17/+109 |
| | | | | | Process class implementation. | ||||
| * | Added game selection. | auth12 | 2020-07-21 | 9 | -104/+110 |
| | | | | | | Started process wrapper. Removed asmjit. | ||||
| * | Syscalls. | auth12 | 2020-07-20 | 6 | -0/+463 |
| | | | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper. | ||||
| * | Added asmjit. | auth12 | 2020-07-19 | 1 | -0/+4 |
| | | | | | Fixed solution file. | ||||
| * | Finished pe image implementation wrapper. | alpine | 2020-06-27 | 2 | -42/+0 |
| | | | | | | | Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header. | ||||
| * | Added 2 key xor encryption for streams. | alpine | 2020-06-25 | 2 | -0/+42 |
| | | |||||
| * | Added client version control. | alpine | 2020-06-24 | 3 | -25/+22 |
| | | | | | Reverted back to google formatting. | ||||
| * | Changed clang format style. | alpine | 2020-06-18 | 3 | -22/+25 |
| | | |||||
| * | Removed xor as it was slowing down everything alot. | alpine | 2020-06-15 | 2 | -55/+0 |
| | | | | | Finished file/message streaming, really fast. | ||||
| * | Client. | alpine | 2020-06-13 | 2 | -0/+55 |
| | | | | | | | Message encryption. Packet handler. Disconnect event handler. | ||||
| * | Initial commit | alpine | 2020-06-04 | 3 | -0/+43 |