aboutsummaryrefslogtreecommitdiff
path: root/client/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Changed log prefixes to be more descriptive of the log entry.auth122020-08-281-2/+2
|
* Added version checks on server.auth122020-08-284-15/+9
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* Improved CPU usage drastically.auth122020-08-062-10/+113
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* More ui improvements.auth122020-08-053-0/+17
| | | | Under the hood improvements.
* Added ui.auth122020-08-033-5/+8
|
* Started security.auth122020-08-017-153/+49
|
* Added server support for both x64 and x32 images with automatic selection.auth122020-07-282-4/+8
|
* Process class redesign.auth122020-07-282-156/+73
|
* Removed linuxpe dependency on windows client.auth122020-07-272-2/+3
|
* Imported modules are now manual mapped.auth122020-07-273-0/+85
|
* 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