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