aboutsummaryrefslogtreecommitdiff
path: root/client/client.vcxproj.filters
Commit message (Collapse)AuthorAgeFilesLines
* Added version checks on server.auth122020-08-281-6/+6
| | | | | | Changed main thread behaviour. Fixed events bug where packet seq would get corrupted. Changed session packet behaviour.
* Improved CPU usage drastically.auth122020-08-061-6/+6
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* More ui improvements.auth122020-08-051-0/+6
| | | | Under the hood improvements.
* Added ui.auth122020-08-031-0/+48
|
* Started security.auth122020-08-011-0/+9
|
* Process class redesign.auth122020-07-281-3/+3
|
* Imported modules are now manual mapped.auth122020-07-271-0/+9
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-3/+6
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Injection process changes and server improvements.auth122020-07-241-15/+24
|
* Client injection.auth122020-07-221-0/+3
| | | | Process class implementation.
* Added game selection.auth122020-07-211-357/+9
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-0/+24
| | | | | Removed asmjit submodule and embedded it instead. Small PE wrapper.
* Added asmjit.auth122020-07-191-124/+124
| | | | Fixed solution file.
* Fixed filters and project.auth2020-07-181-5/+5
|
* Added windows support on client.auth122020-07-161-0/+405