aboutsummaryrefslogtreecommitdiff
path: root/client/src/util/native.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved CPU usage drastically.auth122020-08-061-7/+106
| | | | | Switched to directx9. Reduced RAM usage by only remapping modules from a blacklist.
* More ui improvements.auth122020-08-051-0/+9
| | | | Under the hood improvements.
* Added ui.auth122020-08-031-1/+0
|
* Started security.auth122020-08-011-143/+15
|
* Process class redesign.auth122020-07-281-155/+70
|
* Imported modules are now manual mapped.auth122020-07-271-0/+32
|
* Removed spdlog, using fmt wrapper instead.auth122020-07-271-1/+93
| | | | | | More process class changes, support for 32/64bit processes. Injection process improvements. Other small changes.
* Client injection.auth122020-07-221-3/+50
| | | | Process class implementation.
* Added game selection.auth122020-07-211-0/+6
| | | | | Started process wrapper. Removed asmjit.
* Syscalls.auth122020-07-201-0/+209
Removed asmjit submodule and embedded it instead. Small PE wrapper.