aboutsummaryrefslogtreecommitdiff
path: root/client/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Fixed support for colored text.auth122020-07-271-2/+6
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-277-77/+134
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-246-80/+37
|
* Client injection.auth122020-07-225-17/+109
| | | | Process class implementation.
* Added game selection.auth122020-07-219-104/+110
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-206-0/+463
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Added asmjit.auth122020-07-191-0/+4
| | | | Fixed solution file.
* Finished pe image implementation wrapper.alpine2020-06-272-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.alpine2020-06-252-0/+42
|
* Added client version control.alpine2020-06-243-25/+22
| | | | Reverted back to google formatting.
* Changed clang format style.alpine2020-06-183-22/+25
|
* Removed xor as it was slowing down everything alot.alpine2020-06-152-55/+0
| | | | Finished file/message streaming, really fast.
* Client.alpine2020-06-132-0/+55
| | | | | | Message encryption. Packet handler. Disconnect event handler.
* Initial commitalpine2020-06-043-0/+43