aboutsummaryrefslogtreecommitdiff
path: root/client/src/util/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-5/+0
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* Improved CPU usage drastically.auth122020-08-061-3/+7
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* Started security.auth122020-08-011-2/+23
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-31/+2
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-241-18/+10
|
* Client injection.auth122020-07-221-5/+46
| | | | Process class implementation.
* Added game selection.auth122020-07-211-27/+27
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-0/+52
Removed asmjit submodule and embedded it instead. Small PE wrapper.